-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing documentation link to org #1
Comments
@polly73 - when you first run the script what are the existing orgs in the Intersight account? And what is your YAML configuration top level object (i.e. Organization) for your port policy? I wish it gave more details with the error messages like this but the top-level objects under npfx are the organization names. So, the first part of the script pulls in all organization objects in Intersight. When you first run the script, you should see something similar to this.
My guess is within your
Note that With the configuration above I would get the exact error message you are running into.
|
thanks for your help! For each new or existing org i need a copy in a new folder, like ...Wakanda?? A video or step by step howto would be extremly helpfull, at least for me, like your collegue did oh btw will you repo work with a private or connected intersight appliance too? As i have read in you other project... the APIs differ. Oh and what i have to do if i dont want to configure block devices and only want to work with iscsi? |
@polly73 - There is not support in the current module for Org creation. I am currently only using orgs as data source. If you look at the You can see that common and default The reason I put Please see my answer below, related to working with the CVA/PVA. The last numbers in the module release indicate the API version supported by the module. i.e. To change the Intersight instance: in the Have you followed the instructions in the README for defining the YAML Schema in Visual Studio Code? That Schema will help to provide the documentation of how to use the module and help you with formatting and auto-completion. Make sure to use that, as that contains all the instructions around required/optional attributes and will give you guidance with the Intersight API documentation on how to define I will work in the near future to add some Youtube videos with instructions. Just wasn't on my priority list so far, with all the other projects I was working on. |
On a side note, I do support organization creation with the https://github.com/scotttyso/intersight-tools/blob/master/README.ezimm.md#deploy |
hi there i dont get this to run in our lab and it seems i miss a point here, how to try out this code. It seems i miss the org definition, but i cannot find, where i have to do that
│ on .terraform/modules/policies/locals.tf line 1160, in locals:
│ 1160: name = "${local.npfx[org].port}${element(v.names, x)}${local.nsfx[org].port}"
│ ├────────────────
│ │ local.npfx is object with 6 attributes
The text was updated successfully, but these errors were encountered: