Skip to content

Drop all oVirt/RHV #3800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions guides/common/assembly_provisioning-virtual-machines-rhv.adoc

This file was deleted.

4 changes: 0 additions & 4 deletions guides/common/attributes-base.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@
:nfs-client-package: nfs-utils
:nfs-server-package: nfs-utils
:OpenStack: OpenStack
:ovirt-example-com: ovirt.example.com
:oVirt: oVirt
:oVirtEngine: {oVirt} Engine
:oVirtShort: {oVirt}
:PAT: Personal Access Token
:postgresql-server-package: postgresql-server
:postgresql-lib-dir: /var/lib/pgsql
Expand Down
4 changes: 0 additions & 4 deletions guides/common/attributes-satellite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@
:kubevirt-command: oc
:LoraxCompose: Red{nbsp}Hat Image Builder
:OpenStack: Red{nbsp}Hat OpenStack Services on OpenShift
:ovirt-example-com: rhv.example.com
:oVirt: Red{nbsp}Hat{nbsp}Virtualization
:oVirtEngine: Red{nbsp}Hat Virtualization Manager
:oVirtShort: RHV
:project-package-check-update: satellite-maintain packages check-update
:project-package-install: satellite-maintain packages install
:project-package-remove: satellite-maintain packages remove
Expand Down
6 changes: 3 additions & 3 deletions guides/common/modules/con_overview-of-hosts-in-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Hosts can be physical or virtual.

You can deploy virtual hosts on any platform supported by {ProjectName},
ifndef::satellite,orcharhino[]
such as Amazon EC2, Google Compute Engine, KVM, libvirt, Microsoft Azure, OpenStack, {oVirt}, Proxmox, Rackspace Cloud Services, or VMware vSphere.
such as Amazon EC2, Google Compute Engine, KVM, libvirt, Microsoft Azure, OpenStack, Proxmox, Rackspace Cloud Services, or VMware vSphere.
endif::[]
ifdef::satellite[]
such as Amazon EC2, Google Compute Engine, KVM, libvirt, Microsoft Azure, OpenStack, {oVirt}, Rackspace Cloud Services, or VMware vSphere.
such as Amazon EC2, Google Compute Engine, KVM, libvirt, Microsoft Azure, OpenStack, Rackspace Cloud Services, or VMware vSphere.
endif::[]
ifdef::orcharhino[]
such as Amazon EC2, Google Compute Engine, libvirt, Microsoft Azure, Oracle Linux Virtualization Manager, oVirt, Proxmox, RHV, and VMware vSphere.
such as Amazon EC2, Google Compute Engine, libvirt, Microsoft Azure, Proxmox, and VMware vSphere.
endif::[]

With {Project}, you can manage hosts at scale, including monitoring, provisioning, remote execution, configuration management, software management, and subscription management.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ When provisioning from cloud with {Project}, you can do the following:
* Provision cloud instances from specific providers by using their APIs.

Virtualization infrastructure::
{Project} connects to virtualization infrastructure services, such as {oVirt} and VMware.
{Project} connects to virtualization infrastructure services, such as VMware.
When provisioning virtual machines with {Project}, you can do the following:
+
* Provision virtual machines from virtual image templates.
Expand Down

This file was deleted.

20 changes: 3 additions & 17 deletions guides/common/modules/proc_adding-images-to-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ To use the CLI instead of the {ProjectWebUI}, see the xref:cli-adding-images-to-
. From the *Operating System* list, select the base operating system of the image.
. From the *Architecture* list, select the operating system architecture.
. In the *Username* field, enter the SSH user name for image access.
ifdef::kvm-provisioning,rhv-provisioning,openstack-provisioning[This is normally the `root` user.]
ifdef::kvm-provisioning,openstack-provisioning[This is normally the `root` user.]
ifdef::gce-provisioning[Specify a user other than `root`, because the `root` user cannot connect to a GCE instance using SSH keys. The username must begin with a letter and consist of lowercase letters and numbers.]
ifdef::azure-provisioning[You cannot use the `root` user.]

ifdef::kvm-provisioning,rhv-provisioning,openstack-provisioning[. In the *Password* field, enter the SSH password for image access.]
ifdef::kvm-provisioning,openstack-provisioning[. In the *Password* field, enter the SSH password for image access.]
ifdef::azure-provisioning[. Optional: In the *Password* field, enter a password to authenticate with.]

ifdef::kvm-provisioning[]
Expand All @@ -31,7 +31,7 @@ For example:
/var/lib/libvirt/images/TestImage.qcow2
----
endif::[]
ifdef::rhv-provisioning,openstack-provisioning,gce-provisioning[. From the *Image* list, select an image from the {CRname} compute resource.]
ifdef::openstack-provisioning,gce-provisioning[. From the *Image* list, select an image from the {CRname} compute resource.]
ifdef::azure-provisioning[]
. In the *Azure Image Name* field, enter an image name in the format `_prefix://UUID_`.
+
Expand Down Expand Up @@ -67,20 +67,6 @@ $ hammer compute-resource image create \
--uuid "/var/lib/libvirt/images/_KVMimage_.qcow2" \
----
endif::[]
ifeval::["{context}" == "rhv-provisioning"]
Use the `--uuid` option to store the template UUID on the {oVirt} server.
+
[options="nowrap" subs="+quotes,attributes"]
----
$ hammer compute-resource image create \
--name "__{oVirtShort}_Image__" \
--compute-resource "__My_{oVirtShort}__"
--operatingsystem "RedHat _version_" \
--architecture "x86_64" \
--username root \
--uuid "9788910c-4030-4ae0-bad7-603375dd72b1" \
----
endif::[]
ifeval::["{context}" == "openstack-provisioning"]
Use the `--uuid` field to store the full path of the image location on the {OpenStack} server.
+
Expand Down
42 changes: 0 additions & 42 deletions guides/common/modules/proc_adding-rhv-connection.adoc

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion guides/common/modules/proc_booting-virtual-machines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Booting a virtual machine has the following workflow:
The following virtualization hypervisors support iPXE:

** libvirt
** {oVirt} (deprecated)
ifndef::satellite[]
** VMWare (https://ipxe.org/howto/vmware[via custom firmware])
endif::[]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[id="configuring-repositories-proxy_{context}"]
= Configuring repositories

.Prerequisite
* If you are installing {ProductName} as a virtual machine hosted on {oVirt}, you must also enable the *Red{nbsp}Hat Common* repository and then install {oVirt} guest agents and drivers.
For more information, see {RHDocsBaseURL}red_hat_virtualization/4.4/html/virtual_machine_management_guide/installing_guest_agents_and_drivers_linux_linux_vm#Installing_the_Guest_Agents_and_Drivers_on_Red_Hat_Enterprise_Linux[Installing the Guest Agents and Drivers on {RHEL}] in the _Virtual Machine Management Guide_.
Configure repositories to install your {SmartProxyServer}.

.Procedure
. Disable all repositories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,6 @@ $ hammer host create \
--volume="pool_name=default,capacity=20G,format_type=qcow2"
----
endif::[]
ifeval::["{context}" == "rhv-provisioning"]
+
[options="nowrap" subs="+quotes,attributes"]
----
$ hammer host create \
--build true \
--compute-attributes="cluster=Default,cores=1,memory=1073741824,start=true" \
--compute-resource "_My_{oVirtShort}_" \
--enabled true \
--hostgroup "_My_Host_Group_" \
--interface "managed=true,primary=true,provision=true,compute_name=eth0,compute_network=satnetwork" \
--location "_My_Location_" \
--managed true \
--name "_My_Host_Name_" \
--organization "_My_Organization_" \
--provision-method build \
--volume="size_gb=20G,storage_domain=Data,bootable=true"
----
endif::[]

* To use image-based provisioning, create the host with the `hammer host create` command and include `--provision-method image`.
Replace the values in the following example with the appropriate values for your environment.
Expand All @@ -100,24 +81,5 @@ $ hammer host create \
--volume="pool_name=default,capacity=20G,format_type=qcow2"
----
endif::[]
ifeval::["{context}" == "rhv-provisioning"]
+
[options="nowrap" subs="+quotes,attributes"]
----
$ hammer host create \
--compute-attributes="cluster=Default,cores=1,memory=1073741824,start=true" \
--compute-resource "_My_{oVirtShort}_" \
--enabled true \
--hostgroup "_My_Host_Group_" \
--image "_My_{oVirtShort}_Image_" \
--interface "managed=true,primary=true,provision=true,compute_name=eth0,compute_network=satnetwork" \
--location "_My_Location_" \
--managed true \
--name "_My_Host_Name_" \
--organization "_My_Organization_" \
--provision-method "image" \
--volume="size_gb=20G,storage_domain=Data,bootable=true"
----
endif::[]

For more information about additional host creation parameters for this compute resource, enter the `hammer host create --help` command.
16 changes: 0 additions & 16 deletions guides/common/modules/proc_installing-ovirt-plugin.adoc

This file was deleted.

Loading
Loading