summaryrefslogtreecommitdiffstats
path: root/.redhat-ci.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 /.redhat-ci.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 '.redhat-ci.inventory')
-rw-r--r--.redhat-ci.inventory23
1 files changed, 0 insertions, 23 deletions
diff --git a/.redhat-ci.inventory b/.redhat-ci.inventory
deleted file mode 100644
index 23bc9923c..000000000
--- a/.redhat-ci.inventory
+++ /dev/null
@@ -1,23 +0,0 @@
-[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'}"