-
Type:
Feature Request
-
Status: Closed
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.2.1
-
Fix Version/s: jboss-fuse-6.3
-
Component/s: Fabric8 v1
-
Labels:None
-
Sprint:6.3 Sprint 4 (Mar 28 - Apr 29)
There is possibility to specify --manual-ip parameter when creating fabric with manualip resolver.
fabric:create --resolver manualip --manual-ip 10.3.5.16
|
While the setting of manualip is possible and documented in fabric:container-resolver-set command it is not possible to specify --manual-ip.
It should be possible to execute
fabric:container-resolver-set --container root manualip --manual-ip 192.168.0.1
|