|
@@ -24,19 +24,6 @@ DEFAULT_ANSIBLE_CONFIG = '/usr/share/atomic-openshift-utils/ansible.cfg'
|
|
QUIET_ANSIBLE_CONFIG = '/usr/share/atomic-openshift-utils/ansible-quiet.cfg'
|
|
QUIET_ANSIBLE_CONFIG = '/usr/share/atomic-openshift-utils/ansible-quiet.cfg'
|
|
DEFAULT_PLAYBOOK_DIR = '/usr/share/ansible/openshift-ansible/'
|
|
DEFAULT_PLAYBOOK_DIR = '/usr/share/ansible/openshift-ansible/'
|
|
|
|
|
|
-UPGRADE_MAPPINGS = {
|
|
|
|
- '3.6': {
|
|
|
|
- 'minor_version': '3.6',
|
|
|
|
- 'minor_playbook': 'v3_6/upgrade.yml',
|
|
|
|
- 'major_playbook': 'v3_7/upgrade.yml',
|
|
|
|
- 'major_version': '3.7',
|
|
|
|
- },
|
|
|
|
- '3.7': {
|
|
|
|
- 'minor_version': '3.7',
|
|
|
|
- 'minor_playbook': 'v3_7/upgrade.yml',
|
|
|
|
- },
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
|
|
def validate_ansible_dir(path):
|
|
def validate_ansible_dir(path):
|
|
if not path:
|
|
if not path:
|