Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Pre-requisite

https://docs.128technology.com/docs/about_supported_platforms/#minimum-platform-specifications

...

Configuration > Authority > Routers > Select nycconductor1

Coordinates=  +40.7128-074.0059/   ( New York City )

VALIDATE and SAVE

sudo yum install  -y -y

VALIDATE & COMMIT

Image Removed

Configuration > Authority > Router > Conductor > Node con

Select the Associated Asset ID: conductor

Image Removed

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#

128technology
$ wget https://yum.128technology.com/file/client_cert.pem
$ sudo mv client_cert.pem /etc/pki/128technology/release.pem


RESET THE LAB







Step 1Configure ConductorUsername: admin
Password: 128Tadmin

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

Step 2Deploy 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 Reposudo yum install https://yum.128technology.com/installer/repo.rpm

install: 128T-installer

sudo yum install 128T-installer

Steo 3Configure Salt-Minion with Asset-Id

sudo vi


sudo mkdir -p /etc/

salt

pki/

minion

Add at the end of the file :

  • Press G to go to the end of the file.
  • Press o to insert more text.
Code Block
title/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

Code Block
titlesudo dmidecode -t 1
collapsetrue
[t128@datacenter-router-1 ~]$ sudo dmidecode -t 1
# dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.4 present.

Handle 0x0100, DMI type 1, 27 bytes
System Information
    Manufacturer: Red Hat
    Product Name: KVM
    Version: RHEL 7.0.0 PC (i440FX + PIIX, 1996)
    Serial Number: Not Specified          >>>>>>>>>>>>>>>>>>>>>>>>> No value
    UUID: 19AF69CB-5FF0-4401-AA9E-9EC9009ACD93
    Wake-up Type: Power Switch
    SKU Number: Not Specified
    Family: Red Hat Enterprise Linux

[t128@datacenter-router-1 ~]$ 
sudo systemctl enable salt-minion
sudo systemctl start salt-minion
Step 4Watch Installation
Username: admin
Password: 128Tadmin

Configuration > Router > bosdc1 > node1 

Expand Associated Asset ID

Select datacenter1

journalctl -f    ( on the conductor and the router )Conductor to control itself

show assets

repeat show assets

Code Block
titleshow assets

sudo install128t



Step 2Deploy your 128T DataCenter Router USing ZTP