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

Version 1 Next »


Pre-requisite

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




RESET THE LAB



Step 1Configure 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 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 -y
install: 128T-installersudo yum install 128T-installer -y


Steo 3Configure Salt-Minion with Asset-Id

sudo vi /etc/salt/minion

Add at the end of the file :

  • Press G to go to the end of the file.
  • Press o to insert more text.
/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 dmidecode -t 1
[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


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#




  • No labels