Rackspace CloudServers?

Has anybody succesfully deployed a cluster on Rackspace CloudServers? Any pointers? I have fund out by way of trying and failing that the old plugin doesn't work anymore. Any work being done on getting RS support?

Since they don't have multicast enabled, you need to configure elasticsearch with unicast discovery and have some of the servers in the list of unicast hosts.

The "old" cloud plugin was discontinued and replaced with just the aws plugin, I plan to work on it again post 0.16.
On Friday, April 15, 2011 at 10:28 PM, aemadrid wrote:

Has anybody succesfully deployed a cluster on Rackspace CloudServers? Any
pointers? I have fund out by way of trying and failing that the old plugin
doesn't work anymore. Any work being done on getting RS support?

--
View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Rackspace-CloudServers-tp2825705p2825705.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

Are there any tutorials on how to set it up that way? I only plan to start
with 2.

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 15:59, Shay Banon shay.banon@elasticsearch.comwrote:

Since they don't have multicast enabled, you need to configure
elasticsearch with unicast discovery and have some of the servers in the
list of unicast hosts.

The "old" cloud plugin was discontinued and replaced with just the aws
plugin, I plan to work on it again post 0.16.

On Friday, April 15, 2011 at 10:28 PM, aemadrid wrote:

Has anybody succesfully deployed a cluster on Rackspace CloudServers? Any
pointers? I have fund out by way of trying and failing that the old plugin
doesn't work anymore. Any work being done on getting RS support?

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Rackspace-CloudServers-tp2825705p2825705.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

there's this: Elasticsearch Platform — Find real-time answers at scale | Elastic

or you can take a look at my config (I don't have the servers on RS
cloud, but it should be close enough)

cluster:
name: production
routing:
operation:
use_type: true
allocation:
concurrent_recoveries: 2

network:
host: 10.8.49.114
gateway:
type: local
recover_after_nodes: 9
recover_after_time: 5m
expected_nodes: 10

discovery:
zen:
ping:
unicast:
hosts:
"10.8.49.114:9300,10.8.49.94:9300,10.16.69.88:9300,10.16.69.90:9300"

On Fri, Apr 15, 2011 at 7:56 PM, Adrian Madrid aemadrid@gmail.com wrote:

Are there any tutorials on how to set it up that way? I only plan to start
with 2.

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 15:59, Shay Banon shay.banon@elasticsearch.com
wrote:

Since they don't have multicast enabled, you need to configure
elasticsearch with unicast discovery and have some of the servers in the
list of unicast hosts.
The "old" cloud plugin was discontinued and replaced with just the aws
plugin, I plan to work on it again post 0.16.

On Friday, April 15, 2011 at 10:28 PM, aemadrid wrote:

Has anybody succesfully deployed a cluster on Rackspace CloudServers? Any
pointers? I have fund out by way of trying and failing that the old plugin
doesn't work anymore. Any work being done on getting RS support?

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Rackspace-CloudServers-tp2825705p2825705.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

Thanks so much. That gives me enough rope :wink:

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 23:05, David Williams williams.david@gmail.comwrote:

there's this:
Elasticsearch Platform — Find real-time answers at scale | Elastic

or you can take a look at my config (I don't have the servers on RS
cloud, but it should be close enough)

cluster:
name: production
routing:
operation:
use_type: true
allocation:
concurrent_recoveries: 2

network:
host: 10.8.49.114
gateway:
type: local
recover_after_nodes: 9
recover_after_time: 5m
expected_nodes: 10

discovery:
zen:
ping:
unicast:
hosts:
"10.8.49.114:9300,10.8.49.94:9300,10.16.69.88:9300,10.16.69.90:9300"

On Fri, Apr 15, 2011 at 7:56 PM, Adrian Madrid aemadrid@gmail.com wrote:

Are there any tutorials on how to set it up that way? I only plan to
start
with 2.

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 15:59, Shay Banon shay.banon@elasticsearch.com
wrote:

Since they don't have multicast enabled, you need to configure
elasticsearch with unicast discovery and have some of the servers in the
list of unicast hosts.
The "old" cloud plugin was discontinued and replaced with just the aws
plugin, I plan to work on it again post 0.16.

On Friday, April 15, 2011 at 10:28 PM, aemadrid wrote:

Has anybody succesfully deployed a cluster on Rackspace CloudServers?
Any
pointers? I have fund out by way of trying and failing that the old
plugin
doesn't work anymore. Any work being done on getting RS support?

--
View this message in context:

http://elasticsearch-users.115913.n3.nabble.com/Rackspace-CloudServers-tp2825705p2825705.html

Sent from the Elasticsearch Users mailing list archive at Nabble.com.

Note that the use_type setting is only applicable when upgrading from a pre 0.13 version. If thats not the case, make sure not to set it.
On Saturday, April 16, 2011 at 6:02 PM, Adrian Madrid wrote:

Thanks so much. That gives me enough rope :wink:

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 23:05, David Williams williams.david@gmail.com wrote:

there's this: Elasticsearch Platform — Find real-time answers at scale | Elastic

or you can take a look at my config (I don't have the servers on RS
cloud, but it should be close enough)

cluster:
name: production
routing:
operation:
use_type: true
allocation:
concurrent_recoveries: 2

network:
host: 10.8.49.114
gateway:
type: local
recover_after_nodes: 9
recover_after_time: 5m
expected_nodes: 10

discovery:
zen:
ping:
unicast:
hosts:
"10.8.49.114:9300,10.8.49.94:9300,10.16.69.88:9300,10.16.69.90:9300"

On Fri, Apr 15, 2011 at 7:56 PM, Adrian Madrid aemadrid@gmail.com wrote:

Are there any tutorials on how to set it up that way? I only plan to start
with 2.

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 15:59, Shay Banon shay.banon@elasticsearch.com
wrote:

Since they don't have multicast enabled, you need to configure
elasticsearch with unicast discovery and have some of the servers in the
list of unicast hosts.
The "old" cloud plugin was discontinued and replaced with just the aws
plugin, I plan to work on it again post 0.16.

On Friday, April 15, 2011 at 10:28 PM, aemadrid wrote:

Has anybody succesfully deployed a cluster on Rackspace CloudServers? Any
pointers? I have fund out by way of trying and failing that the old plugin
doesn't work anymore. Any work being done on getting RS support?

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Rackspace-CloudServers-tp2825705p2825705.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

Good to know, thanks. BTW it might be a good idea to update the blog posts
about the jcloud integration. It kinda makes you think that RS is supported
out of the box in the current release.

Adrian Madrid
aemadrid@gmail.com

On Sat, Apr 16, 2011 at 09:16, Shay Banon shay.banon@elasticsearch.comwrote:

Note that the use_type setting is only applicable when upgrading from a
pre 0.13 version. If thats not the case, make sure not to set it.

On Saturday, April 16, 2011 at 6:02 PM, Adrian Madrid wrote:

Thanks so much. That gives me enough rope :wink:

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 23:05, David Williams williams.david@gmail.comwrote:

there's this:
Elasticsearch Platform — Find real-time answers at scale | Elastic

or you can take a look at my config (I don't have the servers on RS
cloud, but it should be close enough)

cluster:
name: production
routing:
operation:
use_type: true
allocation:
concurrent_recoveries: 2

network:
host: 10.8.49.114
gateway:
type: local
recover_after_nodes: 9
recover_after_time: 5m
expected_nodes: 10

discovery:
zen:
ping:
unicast:
hosts:
"10.8.49.114:9300,10.8.49.94:9300,10.16.69.88:9300,10.16.69.90:9300"

On Fri, Apr 15, 2011 at 7:56 PM, Adrian Madrid aemadrid@gmail.com wrote:

Are there any tutorials on how to set it up that way? I only plan to
start
with 2.

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 15:59, Shay Banon shay.banon@elasticsearch.com
wrote:

Since they don't have multicast enabled, you need to configure
elasticsearch with unicast discovery and have some of the servers in the
list of unicast hosts.
The "old" cloud plugin was discontinued and replaced with just the aws
plugin, I plan to work on it again post 0.16.

On Friday, April 15, 2011 at 10:28 PM, aemadrid wrote:

Has anybody succesfully deployed a cluster on Rackspace CloudServers?
Any
pointers? I have fund out by way of trying and failing that the old
plugin
doesn't work anymore. Any work being done on getting RS support?

--
View this message in context:

http://elasticsearch-users.115913.n3.nabble.com/Rackspace-CloudServers-tp2825705p2825705.html

Sent from the Elasticsearch Users mailing list archive at Nabble.com.

Thanks again. Finally implemented it and it works great.

Adrian Madrid
aemadrid@gmail.com

On Fri, Apr 15, 2011 at 23:05, David Williams williams.david@gmail.comwrote:

gateway:
type: local
recover_after_nodes: 9
recover_after_time: 5m
expected_nodes: 10