Test: Bump Tower version to latest release
This commit is contained in:
parent
f70dc261cc
commit
34800fe027
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
||||||
job_type: run
|
job_type: run
|
||||||
state: present
|
state: present
|
||||||
survey_enabled: yes
|
survey_enabled: yes
|
||||||
survey_spec: '{"spec": [{"index": 0, "question_name": "my question?", "default": "mydef", "variable": "myvar", "type": "text", "required": "false"}], "description": "test", "name": "test"}'
|
survey_spec: '{"spec": [{"index": 0, "question_name": "my question?", "default": "mydef", "variable": "myvar", "type": "text", "required": false}], "description": "test", "name": "test"}'
|
||||||
|
|
||||||
|
|
||||||
- name: Create a workflow job template
|
- name: Create a workflow job template
|
||||||
|
|
|
@ -75,7 +75,7 @@ class TowerCloudProvider(CloudProvider):
|
||||||
'3.2.3': '3.3.0',
|
'3.2.3': '3.3.0',
|
||||||
'3.3.5': '3.3.3',
|
'3.3.5': '3.3.3',
|
||||||
'3.4.3': '3.3.3',
|
'3.4.3': '3.3.3',
|
||||||
'3.6.2': '3.3.8',
|
'3.6.3': '3.3.8',
|
||||||
}
|
}
|
||||||
|
|
||||||
cli_version = tower_cli_version_map.get(self.version, fallback)
|
cli_version = tower_cli_version_map.get(self.version, fallback)
|
||||||
|
@ -104,7 +104,7 @@ class TowerCloudProvider(CloudProvider):
|
||||||
display.info('Provisioning %s cloud environment.' % self.platform, verbosity=1)
|
display.info('Provisioning %s cloud environment.' % self.platform, verbosity=1)
|
||||||
|
|
||||||
# temporary solution to allow version selection
|
# temporary solution to allow version selection
|
||||||
self.version = os.environ.get('TOWER_VERSION', '3.6.2')
|
self.version = os.environ.get('TOWER_VERSION', '3.6.3')
|
||||||
self.check_tower_version(os.environ.get('TOWER_CLI_VERSION'))
|
self.check_tower_version(os.environ.get('TOWER_CLI_VERSION'))
|
||||||
|
|
||||||
aci = get_tower_aci(self.args, self.version)
|
aci = get_tower_aci(self.args, self.version)
|
||||||
|
|
Loading…
Add table
Reference in a new issue