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

Added inventory file for IP Partnership playbooks #8

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

maakanksha
Copy link

SUMMARY

Creating a new folder for Playbooks & inventory file for IP Partnership

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

IP partnership inventory

ADDITIONAL INFORMATION

Adding inventory file for playbooks that will help in creating IP Partnership and RC relationships


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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

paddresses -> addresses

Copy link
Collaborator

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"

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).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mirror

- 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
Copy link
Collaborator

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
Copy link
Collaborator

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:
Copy link
Collaborator

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

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

Successfully merging this pull request may close these issues.

3 participants