-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added inventory file for IP Partnership playbooks #8
base: develop
Are you sure you want to change the base?
Conversation
playbooks/ip_partnership/README.txt
Outdated
|
||
These playbooks creates IP partnership and Remote copy relationships between a primary cluster and the secondary cluster. | ||
- It uses storage virtualize ansible modules. | ||
- These playbooks are designed to create IP partnership between source cluster to destination cluster. These are designed in a way that it assigns the IP paddresses if specified and uses if existing IPs if there are only portsets details passed in inventroy file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paddresses -> addresses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rephrase this sentence - "These are designed in a way that it assigns the IP paddresses if specified and uses if existing IPs if there are only portsets details passed in inventroy file"
playbooks/ip_partnership/README.txt
Outdated
These playbooks creates IP partnership and Remote copy relationships between a primary cluster and the secondary cluster. | ||
- It uses storage virtualize ansible modules. | ||
- These playbooks are designed to create IP partnership between source cluster to destination cluster. These are designed in a way that it assigns the IP paddresses if specified and uses if existing IPs if there are only portsets details passed in inventroy file | ||
- These playbooks also creates multiple Remote copy relationships (Metro Mirro, Global Mirro, Global Mirror with Change Volume). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mirror
playbooks/ip_partnership/README.txt
Outdated
- host_name : It is the host name to which all the volumes should be mapped after creation. It assumes Host Ips are already assigned and host is already created on both clusters and are logged in. | ||
|
||
2. create_partnership: | ||
This playbook creates the IP partnership between primary and secondary clusters with default portset 1 and or 2 based on the input IPs provided. It keeps backgroundcopy as 50 and linkbandwidthmbits as 100 default values if not provided by user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default portset 1 and or 2 based
@@ -0,0 +1,146 @@ | |||
- name: Using the IBM Spectrum Virtualize collection For GMCV creation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use storage instead of spectrum
- name: print prefix list | ||
debug: var=prefix_list | ||
- name: Create vdisks on master | ||
ibm_svc_vdisk: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This modules doesn't exist anymore. Instead use ibm_svc_manage_volume
SUMMARY
Creating a new folder for Playbooks & inventory file for IP Partnership
ISSUE TYPE
COMPONENT NAME
IP partnership inventory
ADDITIONAL INFORMATION
Adding inventory file for playbooks that will help in creating IP Partnership and RC relationships