diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 01146c0b5..b47227e08 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -233,6 +233,8 @@ hosts: SSL_CERT_FILE: "{{ home }}/{{ server_user }}/ca-bundle.crt" server_jobs: 4 - mnx: + ubuntu2204-x64-1: {ip: 67.158.54.159, alias: jenkins-workspace-9} + ubuntu2204-x64-2: {ip: 8.225.232.44, alias: jenkins-workspace-10} smartos21-x64-1: {ip: 8.225.232.135} smartos21-x64-2: {ip: 8.225.232.137} smartos23-x64-1: {ip: 8.225.232.134} diff --git a/ansible/playbooks/jenkins/worker/create.yml b/ansible/playbooks/jenkins/worker/create.yml index dfd900c93..7cb01e504 100644 --- a/ansible/playbooks/jenkins/worker/create.yml +++ b/ansible/playbooks/jenkins/worker/create.yml @@ -73,6 +73,8 @@ - test-equinix-ubuntu2204-x64-1 - test-equinix-ubuntu2204-x64-2 - test-ibm-ubuntu2204-x64-3 + - test-mnx-ubuntu2204-x64-1 + - test-mnx-ubuntu2204-x64-2 roles: - jenkins-workspace