Created
June 13, 2017 18:26
-
-
Save dav1x/e0bee5ea76eba32afb44c3d939e0c7ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> ./add-node.py --node_type=storage | |
Configured inventory values: | |
console_port: 8443 | |
deployment_type: openshift-enterprise | |
openshift_vers: v3_5 | |
vcenter_host: 10.19.114.25 | |
vcenter_username: [email protected] | |
vcenter_password: 100Root- | |
vcenter_template_name: ocp-server-template-2.0.2 | |
vcenter_folder: ocp35 | |
vcenter_cluster: devel | |
vcenter_resource_pool: OCP35 | |
vcenter_datacenter: Boston | |
public_hosted_zone: vcenter.e2e.bos.redhat.com | |
app_dns_prefix: apps | |
vm_dns: 10.19.114.5 | |
vm_gw: 10.19.115.254 | |
vm_netmask: 255.255.254.0 | |
vm_network: "VM Network" | |
rhel_subscription_user: sysengra | |
rhel_subscription_pass: 24^gold | |
rhel_subscription_server: | |
rhel_subscription_pool: Red Hat OpenShift Container Platform, Premium* | |
byo_lb: no | |
lb_host: haproxy-0 | |
byo_nfs: no | |
nfs_registry_host: nfs-0 | |
nfs_registry_mountpoint: /registry | |
master_nodes: 1 | |
infra_nodes: 1 | |
app_nodes: 1 | |
vm_ipaddr_start: 10.19.114.225 | |
ocp_hostname_prefix: | |
auth_type: ldap | |
ldap_user: openshift | |
ldap_user_password: password | |
ldap_fqdn: e2e.bos.redhat.com | |
openshift_hosted_metrics_deploy: true | |
openshift_sdn: redhat/openshift-ovs-subnet | |
containerized: false | |
container_storage: crs | |
nfs_host: nfs-0 | |
node_number: 1 | |
ini_path: ./ocp-on-vmware.ini | |
node_type: storage | |
Continue creating the inventory file with these values? [y/N]: y | |
Inventory file created: add-node.json | |
host_inventory: | |
crs-1: | |
guestname: crs-1 | |
ip4addr: 10.19.114.230 | |
tag: storage | |
crs-2: | |
guestname: crs-2 | |
ip4addr: 10.19.114.231 | |
tag: storage | |
crs-3: | |
guestname: crs-3 | |
ip4addr: 10.19.114.232 | |
tag: storage | |
Continue adding nodes with these values? [y/N]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment