- add another node, in a new district with medium gears, but easier is it to
- remove the district restriction and allow both small and medium gears.
DISTRICTS_ENABLED=false
DISTRICTS_REQUIRE_FOR_APP_CREATE=false
NODE_PROFILE_ENABLED=false
ZONES_REQUIRE_FOR_APP_CREATE=false
Next in edit the /etc/openshift/broker.conf and set
VALID_GEAR_SIZES="small,medium"
DEFAULT_GEAR_CAPABILITIES="small,medium"
Then restart the node to let the changed take effect. If you have an existing user you may need to add the medium capability explicitly using something like oo-admin-ctl-user -l demo --addgearsize medium.
1 comment:
Hello,
after this modification I am not able to create app from the rhc and remote repository.
~ rhc app create tourbook -s https://raw.githubusercontent.com/openshift-cartridges/openshift-wildfly-cartridge/wildfly-8/metadata/manifest.yml
The cartridge 'https://raw.githubusercontent.com/openshift-cartridges/openshift-wildfly-cartridge/wildfly-8/metadata/manifest.yml' will be downloaded and installed
Application Options
-------------------
Domain: origin
Cartridges: https://raw.githubusercontent.com/openshift-cartridges/openshift-wildfly-cartridge/wildfly-8/metadata/manifest.yml
Gear Size: default
Scaling: yes
Creating application 'tourbook' ...
Unable to complete the requested operation due to: No nodes available. Please try again and contact support if the issue persists.
Reference ID: 91ea54559c5cdd3998e7896e99aeea65
Post a Comment