Skip to content

ITDSystems/nebh-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 

Repository files navigation

#CF API

We use ManageIQ now (CF upstream), since current CF has no REST API. Current ManageIQ should become supportable CF (and bring REST to CF) this September. APIs:

Main Info for Dihotomy

  1. Docs on Apiary
  2. Mock Server
  3. Domain Specific Permissions

Complete Official Docs

  1. Design spec
  2. Reference

#Test Infra

VPN

  • Type: OpenVPN
  • Gate: host4.itdhq.com
  • Certs: ping me in private

Networking

Every machine is connected to two networks:

  • VPN network - 10.8.0.X/24 - so, you can access it directly
  • Internal network - 192.168.1.X/24 - for faster interconnect

AD

  • Windows 2008 R2
  • IP on VPN network - 10.8.0.201
  • IP on internal network - 192.168.1.150
  • Domain: example.loc
  • Admin login: Administrator / qwer1234@

vCenter

ManageIQ

CloudForms

CloudForms

  • CloudForms 3.2
  • IP on internal network - 192.168.1.111
  • Admin URL: http://192.168.1.111/
  • Admin login: admin / smartvm

KVM host

  • CentOS 6.4
  • IP on VPN network - 10.8.0.197
  • IP on internal network - 192.168.1.104
  • Admin login - root / password

Arch + Docker host

  • IP on VPN network - 10.8.0.221
  • IP on internal network - 192.168.1.105
  • Admin login - root / qwe123#

VMware 5.5 host

  • VMware 5.5 ESXi
  • IP on VPN network - none
  • IP on internal network - 192.168.1.3
  • Admin login - root / password

VMware 6.0 host

  • VMware 6.0 ESXi
  • IP on VPN network - none
  • IP on internal network - 192.168.1.103
  • Admin login - root / password

VMware 6.0 vCenter

JBoss Application Server

Redmine (Service Desk)

  • CentOS 6.4
  • IP on VPN network - 10.8.0.105
  • IP on internal network - 192.168.1.66
  • Admin login - root / password

IPAM

  • Centos
  • IP on internal network - 192.168.1.68
  • Admin login - root / redhat
  • IPAM web - admin / 123qweASD

#Helpers

Obvious candidates for /etc/hosts:

10.8.0.1	vpn
10.8.0.197	bender
10.8.0.201	ad
10.8.0.209	vcenter
10.8.0.213	cloudforms
10.8.0.213	cloudforms
10.8.0.217	jbosseap
10.8.0.105	redmine

Query AD for users from command line:

ldapsearch -x -h 10.8.0.201 -D "Administrator@example.loc" -W -b "cn=users,dc=example,dc=loc" -s sub "(cn=\*)" cn mail sn

Connect to AD with RDP:

From VPN: xfreerdp /u:Administrator /d:example.loc /p:qwer1234\@ /v:10.8.0.201

From LAN: xfreerdp /u:Administrator /d:example.loc /p:qwer1234\@ /v:192.168.1.150

About

Description of Nebh testing infra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •