-
Bug
-
Resolution: Done
-
Blocker
-
jboss-fuse-6.2.1
-
None
-
%
-
- - Unzip jboss-fuse-full-6.2.1.redhat-084.zip
- - vi etc/users.properties to grant admin user
- - bin/fuse
- Connect to Hawtio, and create fabric like following:
http://localhost:8181/hawtio/jmx/operations?nid=root-io.fabric8-ClusterBootstrapManager
io.fabric8:type=ClusterBootstrapManager::createCluster(java.util.Map)
{ "username": "admin", "globalResolver": "", "waitForProvisioning": true, "zookeeperPassword": "admin", "role": "admin", "resolver": "", "manualIp": "", "password": "admin" }
- After, create a ssh container like following:
http://localhost:8181/hawtio/jmx/operations?nid=root-io.fabric8-Fabric
io.fabric8:type=Fabric::createContainers(java.util.Map)
{ "providerType": "ssh", "username": "aboucham", "password": "xxxxxxx", "host": "10.36.4.81", "name": "sshabel", "path": "/home/aboucham/dev/sshcontainers", "profiles": ["default", "mq-client"] }
- Connect to the container created and try to run the osgi:refresh command, and you get Insufficient credentials error:
e.g;Fabric8:admin@sshabel> osgi:refresh 158 Error executing command: Insufficient credentials.
- is related to
-
ENTESB-5400 ChildContainers don't have correct RBAC configuration.
- Closed
-
ENTESB-5402 SSHContainers don't have correct RBAC configuration.
- Closed
-
ENTESB-5619 [itests] ARQ/pax-exam tests affected by package refresh
- Closed