pada part10 ini kita akan memverifikasi hasil dari konfigurais yang telah kita lakukan sebelumnya.
Jalankan perintah dibawah ini di CONTROLLER NODE
- jalan script admin-openrc
1 |
root@controller:~# . admin-openrc |
- lihat daftar dibawah ini yang telah diload dari neutron-server, liat kelengkapan service network yang berjalan
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 |
root@controller:~# neutron ext-list +---------------------------+-----------------------------------------------+ | alias | name | +---------------------------+-----------------------------------------------+ | default-subnetpools | Default Subnetpools | | network-ip-availability | Network IP Availability | | network_availability_zone | Network Availability Zone | | auto-allocated-topology | Auto Allocated Topology Services | | ext-gw-mode | Neutron L3 Configurable external gateway mode | | binding | Port Binding | | agent | agent | | subnet_allocation | Subnet Allocation | | l3_agent_scheduler | L3 Agent Scheduler | | tag | Tag support | | external-net | Neutron external network | | flavors | Neutron Service Flavors | | net-mtu | Network MTU | | availability_zone | Availability Zone | | quotas | Quota management support | | l3-ha | HA Router extension | | provider | Provider Network | | multi-provider | Multi Provider Network | | address-scope | Address scope | | extraroute | Neutron Extra Route | | subnet-service-types | Subnet service types | | standard-attr-timestamp | Resource timestamps | | service-type | Neutron Service Type Management | | l3-flavors | Router Flavor Extension | | port-security | Port Security | | extra_dhcp_opt | Neutron Extra DHCP opts | | standard-attr-revisions | Resource revision numbers | | pagination | Pagination support | | sorting | Sorting support | | security-group | security-group | | dhcp_agent_scheduler | DHCP Agent Scheduler | | router_availability_zone | Router Availability Zone | | rbac-policies | RBAC Policies | | standard-attr-description | standard-attr-description | | router | Neutron L3 Router | | allowed-address-pairs | Allowed Address Pairs | | project-id | project_id field enabled | | dvr | Distributed Virtual Router | +---------------------------+-----------------------------------------------+ |
mungkin hasil, yang diatas bisa berbeda dengan hasil yang anda coba. list diatas adalah service yang aktif untuk neutron networking service
kemudian untuk verfikasi opsi network 1 dan 2 ada dibawah ini
kita pilih yang option 2 : Self-service networks
1 2 3 4 5 6 7 8 9 10 |
root@controller:~# openstack network agent list +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ | ID | Agent Type | Host | Availability Zone | Alive | State | Binary | +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ | 0e09c7bb-3785-4c35-ac67-544419fbce7e | L3 agent | controller | nova | True | UP | neutron-l3-agent | | 2781f505-981e-44e1-80e6-15473767b43b | Metadata agent | controller | None | True | UP | neutron-metadata-agent | | 6098e12a-0dc0-4599-a739-ab07e08c38ae | Linux bridge agent | compute | None | True | UP | neutron-linuxbridge-agent | | a024239b-eb61-46e9-b845-c51af7dae27d | DHCP agent | controller | nova | True | UP | neutron-dhcp-agent | | a1f7f2ac-6da3-489b-aac9-5b21655c3c2c | Linux bridge agent | controller | None | True | UP | neutron-linuxbridge-agent | +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ |
pada bagian ini kita bisa melihat bahwa terjadi integrasi system network linux bridge agent ke controller node. kita lihat ada 4 service yang aktif dari sisi controller node dan ada 1 service yang aktif dari sisi compute node.
SUKSES……………. semua servicenya running.
cukup sekian dulu untuk pembahasan verfikasi dipart10, nanti kita akan lanjutkan pada part11 untuk pembahasan Dashboard service
wassalam….
Komentar