-
Notifications
You must be signed in to change notification settings - Fork 3
/
testbed.yml
83 lines (71 loc) · 4.04 KB
/
testbed.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
- name: install ndn gateways (Ubuntu)
hosts: ndngateways
remote_user: ndnops
become: yes
roles:
# - {role: 'prep_0.6.0', tags: 'prep_0.6.0'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "prep_0.6.0"
- {role: 'NOC', tags: 'NOC'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "NOC"
- {role: 'ndncert-ca', tags: 'ndncert-ca'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndncert-ca"
- {role: 'ndn-cxx', tags: 'ndn-cxx'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndn-cxx"
- {role: 'nfd', tags: 'nfd'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "nfd"
- {role: 'ndnsec', tags: 'ndnsec'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndnsec"
- {role: 'ndnping', tags: 'ndnping'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndnping"
- {role: 'nlsr', tags: 'nlsr'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "nlsr"
- {role: 'nfd-status-http-server', tags: 'nfd-status-http-server'}
- {role: 'NDNts_nfd_status', tags: 'NDNts_nfd_status'}
- {role: 'ndn-autoconfig-server', tags: 'ndn-autoconfig-server'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndn-autoconfig-server"
- {role: 'repo-ng', tags: 'repo-ng'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "repo-ng"
- {role: 'ndn-python-repo', tags: 'ndn-python-repo'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndn-python-repo"
- {role: 'ndn-tools', tags: 'ndn-tools'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndn-tools"
- {role: 'nfd-autoreg', tags: 'nfd-autoreg'}
- {role: 'serve-certs', tags: 'serve-certs'}
- {role: 'ndnmap-data-collector', tags: 'ndnmap-data-collector'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndnmap-data-collector"
# - {role: 'ndnTestbedDataCollector', tags: 'ndnTestbedDataCollector'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndnTestbedDataCollector"
- name: install ndn gateways (RHEL)
hosts: ndngateways_rhel
remote_user: ndnops
become: yes
roles:
- {role: 'NOC', tags: 'NOC'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "NOC"
- {role: 'boost-from-source', tags: 'boost-from-source'}
- {role: 'ndn-cxx-from-source', tags: 'ndn-cxx-from-source'}
- {role: 'nfd-from-source', tags: 'nfd-from-source'}
- {role: 'ndn-tools-from-source', tags: 'ndn-tools-from-source'}
- {role: 'ndnsec', tags: 'ndnsec'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndnsec"
- {role: 'nlsr-from-source', tags: 'nlsr-from-source'}
- {role: 'ndnping-from-source', tags: 'ndnping-from-source'}
- {role: 'nfd-status-http-server', tags: 'nfd-status-http-server'}
- ndn-autoconfig-server
- {role: 'repo-ng-from-source', tags: 'repo-ng-from-source'}
# - ndnmap-data-collector
- {role: 'ndnTestbedDataCollector', tags: 'ndnTestbedDataCollector'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndnTestbedDataCollector"
# - {role: 'ndn-utils', tags: 'ndn-utils'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "ndn-utils"
- {role: 'nfd-autoreg', tags: 'nfd-autoreg'}
- name: install ndndemo
hosts: ndndemo
remote_user: jdd
become: yes
roles:
- {role: 'cacti', tags: 'cacti'} # to use the tag, do this: > ansible-playbook -i testbedInventory --tags "cacti"
#
# roles:
# - nfd
- name: install RedHat Enterprise Linux ndn gateways from source
hosts: ndn_rhel
remote_user: ndnops
become: yes
#
roles:
- NOC
- ndn-cxx-from-source
- nfd-from-source
- ndn-tools-from-source
- ndnsec
- nlsr-from-source
- nfd-status-http-server
- ndn-autoconfig-server
- repo-ng-from-source
# - ndnmap-data-collector
- ndnTestbedDataCollector
- {role: 'nfd-autoreg', tags: 'nfd-autoreg'}