mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Merge pull request #951 from ansible/remove_nodeport
Remove nodeport customization
This commit is contained in:
@@ -133,10 +133,6 @@ Before starting the build process, review the [inventory](./installer/inventory)
|
|||||||
|
|
||||||
> Name of the OpenShift project that will be created, and used as the namespace for the AWX app. Defaults to *awx*.
|
> Name of the OpenShift project that will be created, and used as the namespace for the AWX app. Defaults to *awx*.
|
||||||
|
|
||||||
*awx_node_port*
|
|
||||||
|
|
||||||
> The web server port running inside the AWX pod. Defaults to *30083*.
|
|
||||||
|
|
||||||
*openshift_user*
|
*openshift_user*
|
||||||
|
|
||||||
> Username of the OpenShift user that will create the project, and deploy the application. Defaults to *developer*.
|
> Username of the OpenShift user that will create the project, and deploy the application. Defaults to *developer*.
|
||||||
|
|||||||
@@ -18,12 +18,6 @@
|
|||||||
- openshift_password is defined and openshift_password != ''
|
- openshift_password is defined and openshift_password != ''
|
||||||
msg: "Set the value of 'openshift_password' in the inventory file."
|
msg: "Set the value of 'openshift_password' in the inventory file."
|
||||||
|
|
||||||
- name: awx_node_port should be defined
|
|
||||||
assert:
|
|
||||||
that:
|
|
||||||
- awx_node_port is defined and awx_node_port != ''
|
|
||||||
msg: "Set the value of 'awx_node_port' in the inventory file."
|
|
||||||
|
|
||||||
- name: docker_registry should be defined if not using dockerhub
|
- name: docker_registry should be defined if not using dockerhub
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
@@ -77,7 +77,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
port: 8052
|
port: 8052
|
||||||
nodePort: {{ awx_node_port }}
|
|
||||||
selector:
|
selector:
|
||||||
name: awx-web-deploy
|
name: awx-web-deploy
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user