Embed presentation
Download to read offline







![8
Openstack YAML
heat_template_version: 2017-02-24
resources:
windows_port:
type: OS::Neutron::Port
properties:
network: "openshift-pod"
name: "windows"
fixed_ips: [{"subnet_id": "openshift-pod"}]
windows:
type: OS::Nova::Server
properties:
name: windows
image: w7
flavor: m1.medium
networks:
- port: { get_resource: windows_port }](https://image.slidesharecdn.com/automatedtesting-171010172044/85/Automated-testing-Openshift-on-Openstack-8-320.jpg)



The document discusses automated testing and proposes improvements to the current workflow. It notes cons of the current approach, including a lack of full virtualization and testing things that don't need to be tested. The future workflow envisions full virtualization support, an application container catalog, intelligent testing, and declarative environments. YAML examples are provided for OpenShift pods and OpenStack resources to demonstrate connecting Windows instances to OpenShift networks.







![8
Openstack YAML
heat_template_version: 2017-02-24
resources:
windows_port:
type: OS::Neutron::Port
properties:
network: "openshift-pod"
name: "windows"
fixed_ips: [{"subnet_id": "openshift-pod"}]
windows:
type: OS::Nova::Server
properties:
name: windows
image: w7
flavor: m1.medium
networks:
- port: { get_resource: windows_port }](https://image.slidesharecdn.com/automatedtesting-171010172044/85/Automated-testing-Openshift-on-Openstack-8-320.jpg)

