summaryrefslogtreecommitdiffstats
path: root/.papr.inventory
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2017-06-13 09:54:06 -0400
committerJonathan Lebon <jlebon@redhat.com>2017-06-13 09:56:04 -0400
commit18644c77be32ff6adf385c4b1fde18f7d66312d6 (patch)
tree5232dadf81ccfb99b2c312c53fbd98bf426d636c /.papr.inventory
parent8603fb127a9e871e491362ad550377971b8d4979 (diff)
downloadopenshift-18644c77be32ff6adf385c4b1fde18f7d66312d6.tar.gz
openshift-18644c77be32ff6adf385c4b1fde18f7d66312d6.tar.bz2
openshift-18644c77be32ff6adf385c4b1fde18f7d66312d6.tar.xz
openshift-18644c77be32ff6adf385c4b1fde18f7d66312d6.zip
papr: rename redhat-ci related files to papr
The project was renamed to PAPR, see: https://github.com/projectatomic/papr
Diffstat (limited to '.papr.inventory')
-rw-r--r--.papr.inventory23
1 files changed, 23 insertions, 0 deletions
diff --git a/.papr.inventory b/.papr.inventory
new file mode 100644
index 000000000..23bc9923c
--- /dev/null
+++ b/.papr.inventory
@@ -0,0 +1,23 @@
+[OSEv3:children]
+masters
+nodes
+etcd
+
+[OSEv3:vars]
+ansible_ssh_user=root
+ansible_python_interpreter=/usr/bin/python3
+deployment_type=origin
+openshift_image_tag="{{ lookup('env', 'OPENSHIFT_IMAGE_TAG') }}"
+openshift_master_default_subdomain="{{ lookup('env', 'RHCI_ocp_node1_IP') }}.xip.io"
+openshift_check_min_host_memory_gb=1.9
+
+[masters]
+ocp-master
+
+[etcd]
+ocp-master
+
+[nodes]
+ocp-master openshift_schedulable=false
+ocp-node1 openshift_node_labels="{'region':'infra'}"
+ocp-node2 openshift_node_labels="{'region':'infra'}"