Fixed aesthetics.
This commit is contained in:
parent
4cb5b9f20d
commit
0b5214d247
29 changed files with 67 additions and 40 deletions
|
@ -1,2 +1,4 @@
|
|||
#- prefix: 10.0.0.0/16
|
||||
# rir: RFC1918
|
||||
#- prefix: fd00:ccdd::/32
|
||||
# rir: RFC4193 ULA
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
#- name: cluster1
|
||||
# type: Hyper-V
|
||||
#- name: cluster2
|
||||
# type: Hyper-V
|
||||
# site: SING 1
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
#- device: router1
|
||||
#- device: server01
|
||||
# enabled: true
|
||||
# form_factor: 0
|
||||
# name: router2
|
||||
#- device: 9901-2.bwi-stf.lab
|
||||
# name: to-server02
|
||||
#- device: server02
|
||||
# enabled: true
|
||||
# form_factor: 0
|
||||
# name: Loopback0
|
||||
#- device: switch1
|
||||
# enabled: true
|
||||
# form_factor: 0
|
||||
# name: Vlan5
|
||||
# name: to-server01
|
||||
|
|
|
@ -1,18 +1,13 @@
|
|||
|
||||
#- address: 10.1.1.1/24
|
||||
# device: router1
|
||||
# family: 4
|
||||
# device: server01
|
||||
# interface: Loopback0
|
||||
# status: 1
|
||||
# vrf: vrf1
|
||||
#- address: 10.1.1.2/24
|
||||
# device: switch1
|
||||
# family: 4
|
||||
# device: server02
|
||||
# interface: Vlan5
|
||||
# status: 1
|
||||
#- address: 10.1.1.10/24
|
||||
# description: reserved IP
|
||||
# family: 4
|
||||
# status: 2
|
||||
# tenant: tenant1
|
||||
|
||||
|
|
2
initializers/prefix_vlan_roles.yml
Normal file
2
initializers/prefix_vlan_roles.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
#- name: Main Management
|
||||
# slug: main-management
|
|
@ -9,4 +9,13 @@
|
|||
# site: AMS 2
|
||||
# status: 1
|
||||
# tenant: tenant2
|
||||
# vlan: vlan2
|
||||
# vlan: vlan2
|
||||
# is_pool: true
|
||||
# vrf: vrf2
|
||||
# tenant: tenant2
|
||||
#- description: ipv6 prefix1
|
||||
# prefix: fd00:ccdd:a000:1::/64
|
||||
# site: AMS 2
|
||||
# status: 1
|
||||
# tenant: tenant2
|
||||
# vlan: vlan2
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#- is_private: true
|
||||
# name: RFC1918
|
||||
# slug: rfc1918
|
||||
#- is_private: true
|
||||
# name: RFC4193 ULA
|
||||
# slug: rfc4193-ula
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
# slug: tenant1
|
||||
#- name: tenant2
|
||||
# slug: tenant2
|
||||
# group: Tenant Group 2
|
||||
|
|
4
initializers/tenants_groups.yml
Normal file
4
initializers/tenants_groups.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
#- name: Tenant Group 1
|
||||
# slug: tenant-group-1
|
||||
#- name: Tenant Group 2
|
||||
# slug: tenant-group-2
|
|
@ -6,4 +6,13 @@
|
|||
# platform: Platform 2
|
||||
# status: 1
|
||||
# tenant: tenant1
|
||||
# vcpus: 8
|
||||
# vcpus: 8
|
||||
#- cluster: cluster1
|
||||
# comments: VM2
|
||||
# disk: 100
|
||||
# memory: 2048
|
||||
# name: virtual machine 2
|
||||
# platform: Platform 2
|
||||
# status: 1
|
||||
# tenant: tenant1
|
||||
# vcpus: 8
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
#- description: Network Interface 1
|
||||
# enabled: true
|
||||
# form_factor: 0
|
||||
# mac_address: 00:77:77:77:77:77
|
||||
# mtu: 1500
|
||||
# name: Network Interface 1
|
||||
# virtual_machine: virtual_machine1
|
||||
#- description: Network Interface 2
|
||||
# enabled: true
|
||||
# form_factor: 0
|
||||
# mac_address: 00:55:55:55:55:55
|
||||
# mtu: 1500
|
||||
# name: Network Interface 2
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
# site: AMS 1
|
||||
# status: 1
|
||||
# vid: 5
|
||||
# role: Main Management
|
||||
# description: VLAN 5 for MGMT
|
||||
#- group: VLAN group 2
|
||||
# name: vlan2
|
||||
# site: AMS 1
|
||||
# status: 1
|
||||
# vid: 1300
|
||||
# vid: 1300
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#- enforce_unique: true
|
||||
# name: vrf1
|
||||
# tenant: tenant1
|
||||
# description: main VRF
|
||||
#- enforce_unique: true
|
||||
# name: vrf2
|
||||
# rd: "6500:6500"
|
||||
# tenant: tenant2
|
||||
# tenant_group: Tenant Group 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue