Adding New CPBM Profiles
Hi Stuart,
My apologies for delayed response.
Yes, you can add more profiles in CPBM.
Following are the steps:
1. Add the new profile to the table "profiles" in CPBM database "cloud_portal"
insert into cloud_portal.profiles (`name`,`ops`,`description`,`version`) values ('New Profile','<0|1>','New profile desc','0');
*Note:* The value for column "ops" is "1" service provider profile and "0" for customer profiles.
2. Add a new property for the new profile created into the CustomApplicationResources.properties file , available at /usr/share/cloud/portal/webapps/portal/WEB-INF/classes/
Remove spaces from the new profile name and append it to the suffix "profileName" .
Example:
profileName.NewProfile=New Profile
Make sure that you make this change on every CPBM node.
3. Restart the CPBM server.
service cloud-portal restart
It is recommended to backup your database and webapps directory before making such changes.
Please be aware that such activities are usually done by professional services to avoid any issues.
Thanks,
Manish