From 7447946c42c4884eeac124de0c994e1c53c83015 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 8 Jul 2018 00:08:27 +0200 Subject: [PATCH] deploying new vlan setup is now done --- ansible/host_vars/alfred/main.yml | 8 ++++---- doc/gnocci.org | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ansible/host_vars/alfred/main.yml b/ansible/host_vars/alfred/main.yml index b6b9b0c..d01341b 100644 --- a/ansible/host_vars/alfred/main.yml +++ b/ansible/host_vars/alfred/main.yml @@ -17,11 +17,11 @@ vm_host: - i386 network: interface: br-mgmt - ip: 192.168.33.65 + ip: 192.168.32.65 mask: 255.255.255.0 - gateway: 192.168.33.1 + gateway: 192.168.32.254 nameservers: - - 192.168.33.1 + - 192.168.32.254 - 10.12.0.10 indices: - testvm: 200 + testvm: 99 diff --git a/doc/gnocci.org b/doc/gnocci.org index 2b5a486..1dbd698 100644 --- a/doc/gnocci.org +++ b/doc/gnocci.org @@ -8,13 +8,15 @@ IPv4: 89.106.211.0/28 IPv6: 2a02:3e0:4001::/48 IPIP Tunnel Endpoint: 10.12.240.246 -** TODO Create new VLANs [1/3] +** DONE Create new VLANs [3/3] *** DONE mgmt VLAN 32 (aka new managemnt VLAN) CLOSED: [2018-06-02 Sa 03:17] Assigned: equinox -*** TODO Finish converting plan to diagram & push to ikiwiki +*** DONE Finish converting plan to diagram & push to ikiwiki + CLOSED: [2018-07-08 So 00:07] Assigned: nicoo -*** TODO Remaining VLANs +*** DONE Remaining VLANs + CLOSED: [2018-07-08 So 00:07] Assigned: equinox (waiting for nicoo to upload the diagram) ** TODO Bring gnocchi online [0/2] *** TODO Move gnocchis to the rack in W1 -- 1.7.10.4