summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add docs and defaults for multi-master setupBogdan Dobrelya2017-08-211-0/+4
| | | | | | | | Additionally, add the lb group to contain lb nodes to the static inventory template. Include the lb group into the OSEv3 group, in order to apply the cluster group vars to it. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Update openshift_release in the sample inventory (#647)Tomas Sedovic2017-08-211-1/+0
| | | | | | | * Update openshift_release in the sample inventory This removes setting the version for Openshift Origin, because the only the latest release is actually available. So if a new Origin release comes up, the installation will fail.
* Generate static inventory with shade inventory (#538)Bogdan Dobrelya2017-07-201-3/+5
| | | | | | | | | | | | | | * Autogenerate inventory/hosts when 'inventory: static' (Default), with the shade-inventory tool. * Drop unused anymore: openstack.py and associated GPL notes, an example static inventory, omit manual updates for the inventory DNS names in the deployment guide. * Switch openstack.py formatted inventory hostvars to the shade-inventory format (omit openstack.* from hostvars). * Populate node labels from inventory vars instead of the heat templates combined with inventory vars. * Add app (k8s minions) nodes group for primary node labels. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Set ansible_become for the OSEv3 groupTomas Sedovic2017-07-191-0/+4
| | | | | | | | | | Because openshift-ansible requires root on the cluster nodes, but it doesn't explicitly set it in the playbooks (like we do), let's set it in our inventory instead of requiring to pass `--become` to `ansible-playbook`. That will simplify the installation steps as well as let us include the provisioning and openshift-ansible playbooks in a single playbook.
* Switch the sample inventory to CentOS (#541)Tomas Sedovic2017-07-121-2/+9
| | | | | | | | | | | | | | | | * Switch the sample inventory to CentOS This changes the image name and deployment types to use centos instead of rhel and sets `rhsm_register` to false. With these changes, the inventory should be immediately deployable using the default values (assuming the image, network and flavor names match). Ideally, the upstream CI will just end up using this inventory with little to no changes, too at some point. * Specify the origin openshift_release
* removed whitespace in front of commented variableKaterina Pilatova2017-06-231-1/+1
|
* OSEv3.yml: trailing space...Katerina Pilatova2017-06-231-1/+1
|
* OSEv3.yml: added option to ignore set hardware limits for RAM and DISKKaterina Pilatova2017-06-231-0/+4
|
* Update sample inventory with the latest changesTomas Sedovic2017-06-161-1/+1
|
* Add a sample inventory for openstack provisioningTomas Sedovic2017-06-141-0/+10