aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/inventory.ini
blob: a5fbaad9503bf47e8dc495cbfeac90a949fea258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[yardstick]
localhost  ansible_connection=local

[controller]
host1 ansible_host=10.1.0.50 ansible_user=root ansible_ssh_pass=root
host2 ansible_host=10.1.0.51 ansible_user=root ansible_ssh_pass=root

[compute]
host4 ansible_host=10.1.0.53 ansible_user=root ansible_ssh_pass=root
host5 ansible_host=10.1.0.54 ansible_user=root ansible_ssh_pass=root

[nodes:children]
controller
compute

[jumphost]
localhost  ansible_connection=local
ARE * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ qman: qman@318000 { compatible = "fsl,qman"; reg = <0x318000 0x2000>; interrupts = <16 2 1 3>; fsl,qman-portals = <&qportals>; memory-region = <&qman_fqd &qman_pfdr>; };