You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Name |
Steps |
Verification |
Priority |
Type |
Status |
Automatable (Y/N)? |
Verification of default EIP/ELB offering |
Pre-requisites:
Fresh installation of CloudPlatform 3.0.6
Steps :
(1) Go to ServiceOfferings -> NetworkOfferings
(2) check for an offering with following name
"DefaultSharedNetscalerEIPandELBNetworkOffering" |
i. Verify that this offering exists and details page shows the following
Supported Services : SecurityGroup, Dhcp, StaticNat, UserData, Lb, Dns
Service CapabilitiesElasticIp: true, SupportedLBIsolation: shared, ElasticLb: true, AssociatePublicIP : false |
P1
|
Sanity |
|
Yes |
DB verification of default EIP/ELB offering |
Pre-requisites:
Fresh installation of CloudPlatform 3.0.6
Steps :
(1) check the table "network_offerings" for an offering with following name
"DefaultSharedNetscalerEIPandELBNetworkOffering" |
i. Make sure that the following command lists a new column name "eip_associate_public_ip" and verify the schema.
QUERY : desc network_offerings
ii. Execute the following query and verify that for the default offering, this new column is set to "0" and rest of the services are updated as earlier releases.
QUERY : select * from network_offerings where id=10; select * from ntwk_offering_service_map where network_offering_id=10; |
P1 |
Sanity |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|