Add more features for openstack orchestration#5
Conversation
The following methods are added to Fog::Orchestration::OpenStack 1. describe_stack - get more details of a stack, including parameters, output etc. 2. list_stack_resources - get a list of all resources generated by the stack 3. get_template - get the template used to generate the stack
|
Spoke with Bill. Looks like there is an outstanding datamodel request at fog/fog-core#45. If nothing else, we want to rebase to recent master. |
|
@bzwei Is this required for the refresh code? |
|
Yes. This is needed for openstack refresh. |
|
The fog community was refactoring the related code but halted, those PRs were never merged. The changes were too big and I'm afraid we can help to make the refactoring completed. My implementation here was to add a few methods to their existing code with the old style. |
|
@bzwei from the link to fog's issue 45 from @kbrock's comment, it looks like they're either waiting for us or it's going to be implemented in a separate library. Let's not fork fog until we have exhausted all options. Maintaining forks for libraries that we often need to rebase from upstream changes is a huge technical debt. |
|
The PR is now abandoned. The new implementation fog#3412 has been merged to fog/fog |
The following methods are added to Fog::Orchestration::OpenStack