Skip to main content

Home/ SpringerPE/ Group items tagged deployment

Rss Feed Group items tagged

Hector Rivas

Home · sileht/razor-wiki Wiki - 0 views

  •  
    "Razor is an advanced provisioning application which can deploy both bare-metal and virtual systems. It's aimed at solving the problem of how to bring new metal into a state where your existing DevOps/configuration management workflows can take it over. Newly added machines in a Razor deployment will PXE-boot from a special microkernel image, then check in, provide Razor with inventory information, and wait for further instructions. Razor will consult user-created policy rules to choose which preconfigured model to apply to a new node, which will begin to follow the model's directions, giving feedback to Razor as it completes various steps. Models can include a handoff to a configuration management system or to another system capable of controlling the node (such as a vCenter server taking possession of ESX systems)."
Hector Rivas

Collins - Infrastructure Management for Engineers - 0 views

  •  
    "Collins exists to drive infrastructure automation. Someone recently asked me to describe collins in a sentence. At Tumblr, it's the infrastructure source of truth and knowledge. Everything about Tumblr production environments is stored and encoded in Collins, and that data is used to drive all of our automation. Sometimes people refer to systems like this as a CMDB, or Configuration Management DataBase. Collins started as a system to manage all of the physical servers, switches, racks, etc in Tumblr production environments. As we started to inventory hardware, IP addresses, software, and so on, we found the API and data gave us an excellent way to drive automation processes. Today Collins can do push button cluster (HBase, Hadoop, web, etc) deployment, drive configuration generation when hardware cluster topologies change, drive infrastructure updates when software configuration changes, and help manage software deploys. Because of the loosely coupled design of Collins, consistently applied conventions are a system requirement. This document serves as a guide to those conventions as well as the basic core concepts of the collins system. If you're just interested in the basic howto or screenshots, click here."
Hector Rivas

distributed computing - Persistent storage for Apache Mesos - Programmers Stack Exchange - 0 views

  • Short answer: Apache Mesos doesn't provide distributed FS. So, apps have to work with local FS on slaves or you may run any distributed FS alongside Mesos. Mesos is typically deployed together with HDFS, and most of the frameworks that run on top of Mesos can work with HDFS (Hadoop, Spark, Storm, etc.) And in case your app doesn't support any distributed fs, it has to work with local FS on each slave. I run ElasticSearch on top of Mesos: I specified local directories for ES data in the config file that each mesos slave take when I start framework. So if I restart ES framework, each ES slave will use the specified directories, and if there's some data, that data will be used. I run multiple instances of ES, and they replicate data between each other, so I don't need to worry about losing data. However, there may be a problem at some point: let's say, I have 4 mesos slaves, I run ES on 2 of them. Then I stop ES framework and start some other framework on 2 slaves, then I start ES framework again on 2 slaves, but mesos doesn't guaranty that 2 new slaves are the same 2 slaves that I was running ES on previously. So there'll be no previous copy of data. I run ES on majority of Mesos slaves and I never stop the framework, so I've never encountered this problem.
    • Hector Rivas
       
      Answer to how use Storage with messos
Hector Rivas

Thoughts on the Future of Resource Managers, Schedulers and Containers in the Cloud (So... - 0 views

  •  
    Recently Andrew Spyker blogged about his thoughts on the emergence of open-source schedulers and resource managers in parallel with the rise of Docker containers. I'd like to give a point of view to some of the issues that were raised.
Hector Rivas

Apache Mesos? PaaS? What the BOSH? | CloudCredo - 1 views

  •  
    Explaining how bosh and mesos can be a good idea
1 - 7 of 7
Showing 20 items per page