Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

The simple scripts for the Pivotal Container Service deployment.

Notifications You must be signed in to change notification settings

pohsien324/pks-lazy-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PKS Lazy Scripts

The simple linux scripts to reduce complex operations when deploy the Pivotal Container Service (PKS) on VMware environment.

Official document - https://docs.pivotal.io/runtimes/pks/1-4/

Requirement

These scripts must be executed on the Ubuntu host which can access to the PCF Ops Manager/BOSH/PKS/NSX-T.

Environment

  • NSX-T 2.3.0
  • Ops Manager 2.4-build.180
  • BOSH 2.4-build.180
  • PKS 1.4.0

BOSH

BOSH CLI Authentication.

$ cd pks-lazy-scripts
$ source bosh/bosh_cli_auth.sh

This script will automatically set the BOSH environment variables after execution.

You can also manually set the BOSH environment variables.

$ source set_bosh_env.sh

BOSH SSH

$ cd pks-lazy-scripts
$ source bosh/bosh_ssh.sh

BOSH Operator

The easy way to operate BOSH functions.

$ cd pks-lazy-scripts
$ source bosh/bosh_operator.sh

NSX-T

Setting the NSX-T Management-Cluster and Control-Cluster.

https://docs.pivotal.io/runtimes/pks/1-4/nsxt-prepare-env.html#nsx-clusters

$ cd pks-lazy-scripts
$ source nsx_t/configure_nsx_t.sh

Get the NSX-T CA cert when BOSH installation.

https://docs.pivotal.io/runtimes/pks/1-4/generate-nsx-ca-cert.html

$ cd pks-lazy-scripts
$ source nsx_t/get_nsx_ca_cert.sh

Import the superuser certificate into NSX-T when PKS installation.

https://docs.pivotal.io/runtimes/pks/1-4/generate-nsx-pi-cert.html

$ cd pks-lazy-scripts
$ source nsx_t/nsx_superuser.sh

UAAC

Create User

https://docs.pivotal.io/runtimes/pks/1-4/manage-users.html#pks-access

$ cd pks-lazy-scripts
$ source uaac/uaac_create_new_user.sh

About

The simple scripts for the Pivotal Container Service deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages