Bug 1457357
Summary: | Allow editing all the shared storage configuration values | ||
---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-ha | Reporter: | Simone Tiraboschi <stirabos> |
Component: | RFEs | Assignee: | Jenny Tokar <jtokar> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikolai Sednev <nsednev> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 2.1.0.3 | CC: | bugs, dfediuck, jtokar, mavital, trichard, ylavi |
Target Milestone: | ovirt-4.1.5 | Keywords: | FutureFeature, Triaged |
Target Release: | 2.1.5 | Flags: | rule-engine:
ovirt-4.1+
rule-engine: exception+ ylavi: planning_ack+ msivak: devel_ack+ mavital: testing_ack+ |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: |
You can now change more self-hosted engine configuration in the hosted-engine.conf file.
For example, to set the value:
hosted-engine --set-shared-config gateway 10.35.1.254
To get the value:
hosted-engine --get-shared-config gateway
The commands can be used with the additional parameter "type", if there is concern for duplicate keys in different files:
hosted-engine --set-shared-config gateway 10.35.1.254 --type=he_conf
hosted-engine --get-shared-config gateway --type=he_conf
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-23 08:03:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | SLA | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1400890, 1439069, 1449561, 1479855 |
Description
Simone Tiraboschi
2017-05-31 14:47:47 UTC
Please note this bug is marked as blocker for a bug targeted to 4.1.4 when targeting this bug. Available keys are: he_conf : ['bridge', 'domainType', 'connectionUUID', 'ca_subject', 'conf', 'vm_disk_id', 'gateway', 'console', 'metadata_image_UUID', 'storage', 'lockspace_volume_UUID', 'port', 'sdUUID', 'iqn', 'metadata_volume_UUID', 'vm_disk_vol_id', 'conf_image_UUID', 'ca_cert', 'conf_volume_UUID', 'portal', 'user', 'host_id', 'password', 'lockspace_image_UUID', 'vmid', 'fqdn', 'vdsm_use_ssl', 'mnt_options', 'spUUID'] broker : ['smtp-port', 'destination-emails', 'smtp-server', 'source-email', 'state_transition'] Getting and setting key values is working without errors, but also without key value verification, i.e. "gateway" key value might be provided with letters, while only numbers should be allowed. Details of test results available here: http://pastebin.test.redhat.com/509814. Tested on ovirt-hosted-engine-setup-2.1.3.6-1.el7ev.noarch, using rhvm-appliance-4.1.20170709.3-1.el7.noarch. I'm moving this bug to verified, while opening another bug on lack of verification for key values. |