You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst/porting_guides
Rick Elrod 4e55b93613
virt facts: allow guest/host to have >1 virt tech (#70832)
Change:
- Allow systems to declare multiple virt techs. For example if a system
  is both a docker container, but virtualized on KVM, show both. If a
  system is set up to run virtualbox and KVM VMs, show both.

- This is done by introducing new facts keys:
  - virtualization_tech_guest
  - virtualization_tech_host

- Backwards compatibility is preserved by keeping track of the previous
  return-points and refusing to update those keys after we would have
  returned, but now returning them at the end, so that the new keys can
  accumulate their data.

Test Plan:
- Local
- CI

Tickets:
- Refs #66304
- Refs #17151
- Refs #17058
- Probably others

Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
..
porting_guide_2.0.rst restore TOC links to old porting guides (#64395) 5 years ago
porting_guide_2.3.rst remove build errors including guess (#69711) 5 years ago
porting_guide_2.4.rst restore TOC links to old porting guides (#64395) 5 years ago
porting_guide_2.5.rst Intersphinx (#68090) 5 years ago
porting_guide_2.6.rst lineinfile note belongs in changelog for 2.6, not 2.7 (#45517) 6 years ago
porting_guide_2.7.rst Intersphinx (#68090) 5 years ago
porting_guide_2.8.rst Intersphinx (#68090) 5 years ago
porting_guide_2.9.rst Intersphinx (#68090) 5 years ago
porting_guide_2.10.rst Porting guides for ansible-base 2.10 and ansible 2.10 (#70891) 4 years ago
porting_guide_base_2.10.rst Porting guides for ansible-base 2.10 and ansible 2.10 (#70891) 4 years ago
porting_guide_base_2.11.rst virt facts: allow guest/host to have >1 virt tech (#70832) 4 years ago
porting_guides.rst Porting guides for ansible-base 2.10 and ansible 2.10 (#70891) 4 years ago