Pre-requisite
https://docs.128technology.com/docs/about_supported_platforms/#minimum-platform-specifications
RESET THE LAB | |
---|---|
Step 1 | Configure Conductor |
Username: admin Password: 128Tadmin | |
Configuration > Authority > Routers > Select nycconductor1 Coordinates= +40.7128-074.0059/ ( New York City ) | |
Configuration > Authority > Routers section ADD Routers Name: bosdc1 Inter-node Security: Internal | |
Configuration > Authority > Routers section > bosdc1 ADD Nodes Name: node1 Role: combo Standalone Combo or HA of Combos | |
VALIDATE and SAVE | |
Step 2 | Deploy your 128T DataCenter Router USing ZTP |
copy the certificate to release. | mkdir /etc/pki/128technology/ vi /etc/pki/128technology/release.pem |
sudo yum update ?????? sudo yum upgrade ????? | |
install 128T Installer Repo | sudo yum install https://yum.128technology.com/installer/repo.rpm -y |
install: 128T-installer | sudo yum install 128T-installer -y |
Steo 3 | Configure Salt-Minion with Asset-Id |
sudo vi /etc/salt/minion Add at the end of the file :
/etc/salt/minion grains: node-ip: 127.0.0.1 include: - /etc/128technology/salt/minion log_level_logfile: debug master: - 192.168.7.99 master_tries: -1 tcp_authentication_retries: -1 transport: tcp | |
sudo vi /etc/salt/minion_id insert: datacenter1 | |
sudo systemctl enable salt-minion sudo systemctl start salt-minion | |
Step 4 | Watch Installation |
Username: admin Password: 128Tadmin | |
Configuration > Router > bosdc1 > node1 Expand Associated Asset ID Select datacenter1 | |
VALIDATE & COMMIT | |
journalctl -f ( on the conductor and the router ) | |
Conductor to control itself | |
Configuration > Authority > Router > Conductor > Node con Select the Associated Asset ID: conductor | |
show assets repeat show assets show assets admin@node1.nycconductor1# show assets Mon 2020-12-21 07:02:20 UTC =============== ======= ============= ============== ========= ======== Router Node Asset Id 128T Version Status Errors =============== ======= ============= ============== ========= ======== bosdc1 node1 datacenter1 4.2.0-2.el7 running 0 nycconductor1 node1 conductor 4.2.0-2.el7 running 0 Completed in 0.94 seconds admin@node1.nycconductor1# | |