Skip to content
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

Oracle Public Cloud support #69

Open
ghost opened this issue Jun 22, 2017 · 4 comments
Open

Oracle Public Cloud support #69

ghost opened this issue Jun 22, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 22, 2017

All,

I am currently working on Oracle Public cloud infrastructure provisioning using Terraform. can I use the this for syncing inventory with tf state file. does it work?

@adammck
Copy link
Owner

adammck commented Jun 22, 2017

I don't know, does it? 😅 I've never used OPC. I'm going to guess not, because I don't see any reference to it in resource.go, where the IP extraction (from the statefile) happens. New providers are pretty simple to add; see #67, #52, #24. Please send along a PR if you get it working!

@adammck adammck changed the title Dynamic inventory - OPC Oracle Public Cloud support Jun 22, 2017
@ghost
Copy link
Author

ghost commented Jun 23, 2017

Sure, let me give try and will update.thanks.

@ghost
Copy link
Author

ghost commented Jun 23, 2017

can i use the tag name to identity my host or i should always the resource type name which i give in my terraform tf file ?

@adammck
Copy link
Owner

adammck commented Jun 23, 2017

Hosts can always be identified by their resource name (from your Terraform template, not the actual instance name), and also by tags, if your provider is supported. See the example statefile and the output for an example. Note that the output contains hosts grouped by name, type, and tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant