Skip to content

Commit dfca72b

Browse files
author
gireg.roussel
committed
renaming
1 parent f3e8c17 commit dfca72b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

deployment/edge/ansible/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ deploy-vio-on-inventory:
1919

2020
.PHONY: register-inventory-on-gcp-hub ## 🚀 Register the edge devices on the GCP hub
2121
register-inventory-on-gcp-hub:
22-
ansible-playbook -v -i inventory.ini register_edge_on_gcp_hub.yml -e ansible_python_interpreter=.venv/bin/python
22+
ansible-playbook -v -i inventory.ini register_inventory_on_gcp_hub.yml -e ansible_python_interpreter=.venv/bin/python
2323

24-
.PHONY: test-registering-localhost-on-gcp-hub ## 🚀 Test registering localhost on the GCP hub
25-
test-registering-localhost-on-gcp-hub:
26-
ansible-playbook -v -c local -l localhost -i inventory.ini register_edge_on_gcp_hub.yml -e ansible_python_interpreter=.venv/bin/python
24+
.PHONY: test-register-localhost-on-gcp-hub ## 🚀 Test register localhost on the GCP hub
25+
test-register-localhost-on-gcp-hub:
26+
ansible-playbook -v -c local -l localhost -i inventory.ini register_inventory_on_gcp_hub.yml -e ansible_python_interpreter=.venv/bin/python

deployment/edge/ansible/inventory.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
[edge_1:vars]
55
EDGE_NAME="edge1"
6-
IP_ADDRESS="10.103.252.192"
6+
IP_ADDRESS="172.23.26.58"
77

88
[edge_2]
99
172.23.26.10 ansible_user=devkit ansible_password=devkit
1010

1111
[edge_2:vars]
1212
EDGE_NAME="edge2"
13-
IP_ADDRESS="10.103.253.2"
13+
IP_ADDRESS="172.23.26.10"
1414

1515
; [localhost]
1616
; 127.0.0.1

deployment/edge/ansible/register_edge_on_gcp_hub.yml renamed to deployment/edge/ansible/register_inventory_on_gcp_hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: "Register edge on GCP hub"
1+
- name: "Register inventory on GCP hub"
22
hosts: all
33
tasks:
44
- name: Create edge_ip file

0 commit comments

Comments
 (0)