Skip to content

Commit 5ae5977

Browse files
committed
Merge branch 'axarriola-master'
2 parents ed8e339 + e894cda commit 5ae5977

34 files changed

+820
-4
lines changed

initializers/aggregates.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# - prefix: 10.0.0.0/16
2+
# rir: RFC1918
3+
# - prefix: fd00:ccdd::/32
4+
# rir: RFC4193 ULA
5+
# - prefix: 2001:db8::/32
6+
# rir: RFC3849

initializers/cluster_types.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# - name: Hyper-V
2+
# slug: hyper-v

initializers/clusters.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# - name: cluster1
2+
# type: Hyper-V
3+
# - name: cluster2
4+
# type: Hyper-V
5+
# site: SING 1

initializers/dcim_interfaces.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# - device: server01
2+
# enabled: true
3+
# type: Virtual
4+
# name: to-server02
5+
# - device: server02
6+
# enabled: true
7+
# type: Virtual
8+
# name: to-server01

initializers/device_types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# custom_fields:
1818
# text_field: Description
1919
# - model: Other
20-
# manufacturer: NoName
20+
# manufacturer: No Name
2121
# slug: other
2222
# custom_fields:
2323
# text_field: Description

initializers/ip_addresses.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# - address: 10.1.1.1/24
2+
# device: server01
3+
# interface: to-server02
4+
# status: Active
5+
# vrf: vrf1
6+
# - address: 2001:db8:a000:1::1/64
7+
# device: server01
8+
# interface: to-server02
9+
# status: Active
10+
# vrf: vrf1
11+
# - address: 10.1.1.2/24
12+
# device: server02
13+
# interface: to-server01
14+
# status: Active
15+
# - address: 2001:db8:a000:1::2/64
16+
# device: server02
17+
# interface: to-server01
18+
# status: Active
19+
# - address: 10.1.1.10/24
20+
# description: reserved IP
21+
# status: Reserved
22+
# tenant: tenant1
23+
# - address: 2001:db8:a000:1::10/64
24+
# description: reserved IP
25+
# status: Reserved
26+
# tenant: tenant1

initializers/manufacturers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# slug: manufacturer-1
33
# - name: Manufacturer 2
44
# slug: manufacturer-2
5-
# - name: NoName
6-
# slug: noname
5+
# - name: No Name
6+
# slug: no-name

initializers/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# napalm_args: "{'arg1': 'value1', 'arg2': 'value2'}"
1111
# - name: Platform 3
1212
# slug: platform-3
13-
# manufacturer: NoName
13+
# manufacturer: No Name
1414
# napalm_driver: driver3
1515
# napalm_args: "{'arg1': 'value1', 'arg2': 'value2'}"

initializers/prefix_vlan_roles.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# - name: Main Management
2+
# slug: main-management

initializers/prefixes.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# - description: prefix1
2+
# prefix: 10.1.1.0/24
3+
# site: AMS 1
4+
# status: Active
5+
# tenant: tenant1
6+
# vlan: vlan1
7+
# - description: prefix2
8+
# prefix: 10.1.2.0/24
9+
# site: AMS 2
10+
# status: Active
11+
# tenant: tenant2
12+
# vlan: vlan2
13+
# is_pool: true
14+
# vrf: vrf2
15+
# - description: ipv6 prefix1
16+
# prefix: 2001:db8:a000:1::/64
17+
# site: AMS 2
18+
# status: Active
19+
# tenant: tenant2
20+
# vlan: vlan2

0 commit comments

Comments
 (0)