Skip to content

Commit

Permalink
chore: remove adm support and references (#106)
Browse files Browse the repository at this point in the history
* chore: remove adm support and references

* chore: added extra line
  • Loading branch information
RRashmit authored Jun 26, 2024
1 parent b56179e commit d09be43
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 22 deletions.
9 changes: 0 additions & 9 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,12 @@ nms_modules: []
# - name: acm
# version: ''
# setup: install
# - name: adm
# version: ''
# setup: install
# - name: sm
# version: ''
# setup: install
# - name: acm
# yum_repo: --alt_repo--
# yum_gpgcheck: false
# - name: adm
# yum_repo: --alt_repo--
# yum_gpgcheck: false
# - name: acm
# apt_repo: --alt_repo--
# apt_validate: false
# - name: adm
# apt_repo: --alt_repo--
# apt_validate: false
1 change: 0 additions & 1 deletion molecule/all-nms-modules-set1/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
key: license/nginx-repo.key
nms_modules:
- name: acm
- name: adm
- name: sm
3 changes: 1 addition & 2 deletions molecule/all-nms-modules-set1/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
- nms-ingestion
- nms-integrations
- nms-acm
- nms-adm

- name: Verify NGINX Management Suite modules are loaded
ansible.builtin.uri:
Expand All @@ -48,4 +47,4 @@
return_content: true
body_format: json
register: response
failed_when: '("API Connectivity Manager" and "App Delivery Manager" and "Security Monitoring") not in (response.json | map(attribute="name") | list)'
failed_when: '("API Connectivity Manager" and "Security Monitoring") not in (response.json | map(attribute="name") | list)'
1 change: 0 additions & 1 deletion molecule/all-nms-modules-set2/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
key: license/nginx-repo.key
nms_modules:
- name: acm
- name: adm
- name: sm
3 changes: 1 addition & 2 deletions molecule/all-nms-modules-set2/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
- nms-ingestion
- nms-integrations
- nms-acm
- nms-adm

- name: Verify NGINX Management Suite modules are loaded
ansible.builtin.uri:
Expand All @@ -48,4 +47,4 @@
return_content: true
body_format: json
register: response
failed_when: '("API Connectivity Manager" and "App Delivery Manager" and "Security Monitoring") not in (response.json | map(attribute="name") | list)'
failed_when: '("API Connectivity Manager" and "Security Monitoring") not in (response.json | map(attribute="name") | list)'
7 changes: 0 additions & 7 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ nms_services: [

nms_module_vars: [
acm,
adm,
sm,
]

Expand All @@ -79,12 +78,6 @@ nms_module_vals:
default_centos_yum_repo: ""
default_amazon_yum_repo: ""
default_deb_based_apt_repo: ""
adm:
package_name: nms-app-delivery-manager
systemd_name: nms-adm
default_centos_yum_repo: https://pkgs.nginx.com/adm/centos/$releasever/$basearch/
default_amazon_yum_repo: https://pkgs.nginx.com/adm/amzn2/$releasever/$basearch/
default_deb_based_apt_repo: deb [signed-by={{ nms_keyring_path | default(nms_default_keyring_path) }}] https://pkgs.nginx.com/adm/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} nginx-plus
sm:
package_name: nms-sm
systemd_name: ""
Expand Down

0 comments on commit d09be43

Please sign in to comment.