[bpadmin@bpadmin]# sudo bp2-site install --list 16.09.03 bpdr.io/bpcp/cpvm:16.09.03 etcd petcd:0.1.1-2.2.0 e4453fc3d2be local solutionmanager solutionmanager:0.5.3-694.eeff364.16.09 a1277233a198 bpdr.io swarm swarm:0.1.1-0.4.0-1858.cd213b9 ed87b1649429 local swarmmanager swarm:0.1.1-0.4.0-1858.cd213b9 ed87b1649429 local zookeeper pzk:0.1.3-z3.4.6-ciena6-58.6c0da1a b46db0c0eea4 local [bpadmin@bpadmin]#
Install the Blue Planet core platform and platform solution
Before there was something. Xys
Complete the following steps to install the Blue Planet core platform and platform solution.
-
Enter
bp2-site install --list
to list the available Blue Planet core platform versions. The command will list multiple versions. Here is one example. Your list will be different. -
Install the Blue Planet core platform with the
bp2-site install
command and core platform version recommended by your company’s solution architect. This example installs core platform version 16.09.03.$ sudo bp2-site install --version 16.09.03
-
Verify the installation. If you do not get an
OK
response, contact Ciena Customer Support.$ sudo bp2-site check-platform OK $
-
Enter the
solman
command to install the Blue Planet Solution Manager utility. The Solution Manager prompt is(cmd)
.# solman (cmd)
Perform the following steps from the Solution Manager
(cmd)
prompt. -
List the available Blue Planet platform solutions.
(cmd) check_available_solution
-
Deploy the platform solution. This example deploys platform version 16.09.02.
solution_deploy bpdr.io.blueplanet.platform:16.09.02
-
If you are installing Blue Planet on a multi-host cluster, scale the platform solution for the number of sites in the cluster. The following example scales for a three-host cluster.
(cmd) solution_scale bpdr.io.blueplanet.platform:16.09.02 3
NOTE: If you do not enter the
solution_scale
command, Blue Planet defaults to a single-host cluster. In a single-host cluster, only onehaproxy
instance and onenatd
instance run at any one time. If you lose the host with the runninghaproxy
instance, you also lose the cluster.
Install Blue Planet Orchestrate solutions
After the Blue Planet platform is installed, you can install the Blue Planet Orchestrate solutions. Work with your Ciena account manager to determine which solutions your company has purchased. Solutions include the multi-domain service orchestration (MDSO), network function virtualization orchestration (NFVI), Blue Planet Resource Adaptors (RAs), and others.
NOTE: This guides does not cover the installation and configuration of Blue Planet Manage, Control and Plan (MCP). For information about installing MCP, see the Blue Planet Manage, Control and Plan Installation and Configuration Guide.
The following example installs a high availability (HA) version of Blue Planet Orchestrate for a multi-host cluster:
(cmd) solution_deploy bpdr.io.blueplanet.orchestrate:ha-16.10.1-52
The following example installs the NFVO solution in a multi-host cluster:
(cmd) solution_deploy bpdr.io.blueplanet.nfvo:16.10.3-33 (cmd) solution_scale bpdr.io.blueplanet.nfvo:16.10.3-33 3
After installing the Blue Planet platform and Orchestrate solutions, you can complete the following procedures. These procedures are optional.