Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 9
Next »
Login |
|
---|
| az login |
subscribtion | az vm image Link |
---|
depricated | az vm image accept-terms --urn 128technology:128t_networking_platform:128t_networking_platform:latest |
az vm image terms accept | az vm image terms accept --urn 128technology:128t_networking_platform:128t_networking_platform:latest |
|
|
|
az ad sp create-for-rbac --role="Contributor" --scopes="/subscriptions/SUBSCRIPTION_ID"
|
update the variable |
|
---|
terraform.tfvars | subscription_id, tenant_id |
security rules | ssh ingress rules for the management and public interfaces |
create an RSA key | key generation: public ( .pub ) and private key (.ppk) |
---|
| add my public key to both SSR and Conductor instances |
| "~/.ssh/azure_key.pub |
windows | "~/.ssh/azure_key.pub |
Deploy |
|
---|
| add key |
| terraform apply |
|
|
|
|
---|
|
|
Public IP address |
|
---|
|
|
| Link |
---|
get vmbus | dpdk-devbind.py --status
[root@jnpr-ssr-router-vm azureuser]# dpdk-devbind.py --status
Network devices using kernel driver
===================================
abb0:00:02.0 'MT27710 Family [ConnectX-4 Lx Virtual Function] 1016' if=eth4 drv=mlx5_core unused=igb_uio,vfio-pci
da28:00:02.0 'MT27710 Family [ConnectX-4 Lx Virtual Function] 1016' if=eth3 drv=mlx5_core unused=igb_uio,vfio-pci
VMBus devices
=============
00224841-601f-0022-4841-601f00224841 'Synthetic network adapter' if=eth2 drv=hv_netvsc
00224841-6139-0022-4841-613900224841 'Synthetic network adapter' if=eth1 drv=hv_netvsc
00224841-635d-0022-4841-635d00224841 'Synthetic network adapter' if=eth0 drv=hv_netvsc
|
On the conductor | 0- add Conductor iP@ in the Authority 1- Create a router ( inter-node security= internal ), coordinate , Conductor IP@ 2- Create a node Role= combo 3- Add Device interface: mgmt Vmbus Uuid 4- Add Network interface: DHCP, Security= internal, Conductor=true, source NAT=true, Mgmt Enabled= true ( 5- neighborhoods ) |
OTP on-boarding process | Download the quick-start file, copy the password and copy to the SSR router |
DC SSR config | show config running flat show config running
admin@node1.az_SSR# show config running flat
config authority conductor-address 20.68.42.233
config authority router az_SSR name az_SSR
config authority router az_SSR location "Newport DC"
config authority router az_SSR location-coordinates +51.55502150512316-003.038574489867287/
config authority router az_SSR conductor-address 20.68.42.233
config authority router az_SSR node node1 name node1
config authority router az_SSR node node1 asset-id 4837c90c-8369-49f3-8eec-7e9d454b3c19
config authority router az_SSR node node1 device-interface mgmt name mgmt
config authority router az_SSR node node1 device-interface mgmt vmbus-uuid 00224841-635d-0022-4841-635d00224841
config authority router az_SSR node node1 device-interface mgmt network-interface mgmt name mgmt
config authority router az_SSR node node1 device-interface mgmt network-interface mgmt global-id 1
config authority router az_SSR node node1 device-interface mgmt network-interface mgmt conductor true
config authority router az_SSR node node1 device-interface mgmt network-interface mgmt inter-router-security internal
config authority router az_SSR node node1 device-interface mgmt network-interface mgmt source-nat true
config authority router az_SSR node node1 device-interface mgmt network-interface mgmt management true
config authority router az_SSR node node1 device-interface mgmt network-interface mgmt dhcp v4
admin@node1.az_SSR#
admin@node1.az_SSR# show config running
config
authority
conductor-address 20.68.42.233
remote-login
exit
router az_SSR
name az_SSR
location "Newport DC"
location-coordinates +51.55502150512316-003.038574489867287/
conductor-address 20.68.42.233
node node1
name node1
asset-id 4837c90c-8369-49f3-8eec-7e9d454b3c19
device-interface mgmt
name mgmt
vmbus-uuid 00224841-635d-0022-4841-635d00224841
network-interface mgmt
name mgmt
global-id 1
conductor true
inter-router-security internal
source-nat true
management true
dhcp v4
exit
exit
exit
exit
exit
exit
admin@node1.az_SSR
|