diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-19 15:05:07 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-19 15:05:07 -0400 |
commit | 32171a87582870a44416c8523b3f9d40cbc404c7 (patch) | |
tree | e123128703b8cbcf2e043f237f9901e84bab88ac /playbooks/common/openshift-cluster | |
parent | 5d78cb3a4eddc19d8d3f53bda44af61f80d20848 (diff) | |
download | openshift-32171a87582870a44416c8523b3f9d40cbc404c7.tar.gz openshift-32171a87582870a44416c8523b3f9d40cbc404c7.tar.bz2 openshift-32171a87582870a44416c8523b3f9d40cbc404c7.tar.xz openshift-32171a87582870a44416c8523b3f9d40cbc404c7.zip |
Remove deprecated online playbooks/roles
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/additional_config.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/common/openshift-cluster/additional_config.yml b/playbooks/common/openshift-cluster/additional_config.yml index 44bf962c9..a7fc270ac 100644 --- a/playbooks/common/openshift-cluster/additional_config.yml +++ b/playbooks/common/openshift-cluster/additional_config.yml @@ -27,10 +27,6 @@ (osm_use_cockpit | bool or osm_use_cockpit is undefined ) - role: flannel_register when: openshift.common.use_flannel | bool - - role: pods - when: openshift.common.deployment_type == 'online' - - role: os_env_extras - when: openshift.common.deployment_type == 'online' - name: Create persistent volumes and create hosted services hosts: oo_first_master |