Change in ovirt-engine[ovirt-engine-3.3]: packaging: spec: cleanup
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: spec: cleanup
......................................................................
packaging: spec: cleanup
minor leftovers since last cleanup.
Change-Id: I9af68f2dbc1d8289e0a841fb04ba3a58e4a8e17d
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M ovirt-engine.spec.in
1 file changed, 2 insertions(+), 3 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18257
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9af68f2dbc1d8289e0a841fb04ba3a58e4a8e17d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: packaging: spec: cleanup dependencies
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: spec: cleanup dependencies
......................................................................
packaging: spec: cleanup dependencies
bind-utils, cracklib-python, policycoreutils-python required for
setup and no other.
httpd, mod_ssl required by backend.
all in one needs recent setup.
Change-Id: Iba2977ed8d151af9dbefc75849e9f37d1540a3a8
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M ovirt-engine.spec.in
1 file changed, 6 insertions(+), 6 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18256
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iba2977ed8d151af9dbefc75849e9f37d1540a3a8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: packaging: spec: cleanup
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: spec: cleanup
......................................................................
packaging: spec: cleanup
No functionality change!
1. fix alignments.
2. fix shell styles.
3. quote everything.
4. remove useless obvious comments.
5. reorder sections.
6. reorder %files to plain sort
7. reorder dependencies to plain sort
8. prefix internal variables to avoid conflict and confusion.
9. add / suffix for directories at %files.
Change-Id: I284a640121874544e0c3e57f52bc1722e50af871
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M ovirt-engine.spec.in
1 file changed, 435 insertions(+), 538 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18255
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I284a640121874544e0c3e57f52bc1722e50af871
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: userportal, webadmin: added help to README.branding.
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: userportal, webadmin: added help to README.branding.
......................................................................
userportal, webadmin: added help to README.branding.
Added a section to README.branding describing how to add new branded
messages.
Change-Id: Ibf41e42151f4bc03241a4ef2a46a68f565760112
Signed-off-by: Greg Sheremeta <gshereme(a)redhat.com>
---
M README.branding
1 file changed, 33 insertions(+), 2 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
Greg Sheremeta: Looks good to me, but someone else must approve
--
To view, visit http://gerrit.ovirt.org/18254
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibf41e42151f4bc03241a4ef2a46a68f565760112
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gshereme(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: core: Always use IPv4 for AJP
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: core: Always use IPv4 for AJP
......................................................................
core: Always use IPv4 for AJP
Currently in the Apache configuration that we use for the connection to
the application server we use "localhost" as the address of the AJP
connector. This host name is usually translated to both the IPv6 ::1
address and the IPv4 127.0.0.1 address, and it looks like Apache always
tries first with the IPv6 address. But the application server doesn't
listen in the IPv6 address, only in the IPv4 address. This means that
the first attempt to connect is always rejected. Not a big issue, as the
web server retries inmediatelly with the IPv4 address, but this
generates an unnecessary roundtrip. This patch replaces "localhost"
with "127.0.0.1" so that the web server will always use IPv4.
Change-Id: I36ef2de20236f509b16b5bb7112d0f849e8e96e1
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M packaging/conf/ovirt-engine-proxy.conf.v2.in
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18253
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I36ef2de20236f509b16b5bb7112d0f849e8e96e1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: packaging: spec: replace engine-config man
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: spec: replace engine-config man
......................................................................
packaging: spec: replace engine-config man
it is possible to do so as we move out of setup into newer package that
is optionally versionlocked.
Change-Id: I92d4358790ee9d461bf1a8eeab9ae385965a86ac
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M ovirt-engine.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18252
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I92d4358790ee9d461bf1a8eeab9ae385965a86ac
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: packaging: setup: remove legacy setup
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: setup: remove legacy setup
......................................................................
packaging: setup: remove legacy setup
Change-Id: I8ae205aa17eea390b82fe32be9f517cfb55dbe0f
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile
M ovirt-engine.spec.in
A packaging/bin/engine-check-upgrade.sh
A packaging/bin/engine-upgrade.sh
D packaging/conf/engine-config-install.properties
D packaging/fedora/setup/basedefs.py
D packaging/fedora/setup/common_utils.py
D packaging/fedora/setup/engine-check-update
D packaging/fedora/setup/engine-cleanup.py
D packaging/fedora/setup/engine-setup.py
D packaging/fedora/setup/engine-upgrade.py
D packaging/fedora/setup/engine_firewalld.py
D packaging/fedora/setup/engine_validators.py
D packaging/fedora/setup/miniyum.py
D packaging/fedora/setup/nfsutils.py
D packaging/fedora/setup/output_messages.py
D packaging/fedora/setup/ovirt_port80.py
D packaging/fedora/setup/plugins/all_in_one_100.py
D packaging/fedora/setup/plugins/example_plugin_000.py
D packaging/fedora/setup/post_upgrade.py
D packaging/fedora/setup/setup_controller.py
D packaging/fedora/setup/setup_params.py
D packaging/fedora/setup/setup_sequences.py
D packaging/man/man8/engine-upgrade.8
24 files changed, 27 insertions(+), 10,450 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18251
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8ae205aa17eea390b82fe32be9f517cfb55dbe0f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: packaging: setup: skipping database checks if DB is empty
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: setup: skipping database checks if DB is empty
......................................................................
packaging: setup: skipping database checks if DB is empty
The current asynctasks and dbvalidations checks are run
during all upgrade flows.
The new implementation runs these checks on upgrade flows
only if DB is not empty.
Change-Id: Id95beac6054843b67dc2ea3311e664d9d194e9ab
Signed-off-by: Alex Lourie <alourie(a)redhat.com>
---
M packaging/setup/plugins/ovirt-engine-setup/upgrade/asynctasks.py
M packaging/setup/plugins/ovirt-engine-setup/upgrade/dbvalidations.py
2 files changed, 22 insertions(+), 6 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18250
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id95beac6054843b67dc2ea3311e664d9d194e9ab
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: packaging: setup: remove: use the 'remove' term
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: setup: remove: use the 'remove' term
......................................................................
packaging: setup: remove: use the 'remove' term
Change-Id: Id6aadbaa69e954b4bc9b4a28e91c47a3e0ff7fb8
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M packaging/setup/plugins/ovirt-engine-remove/files/simple.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18249
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id6aadbaa69e954b4bc9b4a28e91c47a3e0ff7fb8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[ovirt-engine-3.3]: packaging: setup: remove: allow remove all
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: setup: remove: allow remove all
......................................................................
packaging: setup: remove: allow remove all
Change-Id: I4e6c8c2883db3b3a0ff996b1edc233ffc4b0f819
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M packaging/setup/ovirt_engine_setup/constants.py
M packaging/setup/plugins/ovirt-engine-remove/config/ca.py
M packaging/setup/plugins/ovirt-engine-remove/core/misc.py
M packaging/setup/plugins/ovirt-engine-remove/db/clear.py
M packaging/setup/plugins/ovirt-engine-remove/files/simple.py
5 files changed, 68 insertions(+), 8 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18248
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4e6c8c2883db3b3a0ff996b1edc233ffc4b0f819
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
11 years, 5 months