# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # # List of nodes for the BYON (bring your own nodes) jclouds provider # # Check recipes/zookeeper-byon.properties for Whirr configuration example # You should update the configuration bellow to match your setup nodes: - id: ubuntu1 hostname: 192.168.54.160 os_arch: x86 # os_arch: x86_64 os_family: ubuntu os_description: ubuntu os_version: 10.04 group: whirr username: user credential: xxx sudo_password: xxx - id: ubuntu2 hostname: 192.168.54.161 os_arch: x86 os_family: ubuntu os_description: ubuntu os_version: 10.04 group: whirr username: user credential: xxx sudo_password: xxx