Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# sno-create-manifests default vars
# telco-ran-du-manifests default vars

hv_vm_manifests_directory: /root/hv-vm

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# sno-create-manifests tasks
# telco-ran-du-manifests tasks

- name: Create directories for hv-vm SNO manifests on bastion
- name: Create directories for hv-vm Telco RAN DU manifests on bastion
file:
path: "{{ item.dir }}"
state: directory
Expand Down
11 changes: 5 additions & 6 deletions ansible/sno-manifests.yml → ansible/telco-ran-du-manifests.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
# Playbook to create all manifests for an SNO whether AI or IBI methods
# Playbook to create all manifests for Telco RAN DU whether AI or IBI (SNO Only) methods
#
# Note: This playbook runs with Jetlag's inventory so it knows all the SNO details to use
# Note: This playbook runs with Jetlag's inventory so it knows all the VM details to use
#
# Example Usage:
#
# time ansible-playbook -i ../jetlag/ansible/inventory/cloud30.local ansible/sno-manifests.yml
# time ansible-playbook -i ../jetlag/ansible/inventory/cloud30.local ansible/telco-ran-du-manifests.yml
#


- name: Create all manifest files for a SNO
- name: Create all manifest files for Telco RAN DU
hosts: hv_vm
gather_facts: false
vars_files:
- vars/all.yml
roles:
- sno-create-manifests
- telco-ran-du-manifests