Extending SaltStack
暫譯: 擴展 SaltStack

Joseph Hall

  • 出版商: Packt Publishing
  • 出版日期: 2016-03-23
  • 售價: $2,010
  • 貴賓價: 9.5$1,910
  • 語言: 英文
  • 頁數: 240
  • 裝訂: Paperback
  • ISBN: 1785888617
  • ISBN-13: 9781785888618
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

相關主題

商品描述

Key Features

  • Get the most up-to-date practical resource on writing new Salt modules and extending Salt
  • Learn through use cases and encounter both commonly-used modules as well as advanced ones
  • Effectively troubleshoot problems and hiccups encountered while building and putting modules to work

Book Description

Salt already ships with a very powerful set of tools, but that doesn't mean that they all suit your needs perfectly. By adding your own modules and enhancing existing ones, you can bring the functionality that you need to increase your productivity. Extending SaltStack follows a tutorial-based approach to explain different types of modules, from fundamentals to complete and full-functioning modules.

Starting with the Loader system that drives Salt, this book will guide you through the most common types of modules. First you will learn how to write execution modules. Then you will extend the configuration using the grain, pillar, and SDB modules. Next up will be state modules and then the renderers that can be used with them. This will be followed with returner and output modules, which increase your options to manage return data. After that, there will be modules for external file servers, clouds, beacons, and finally external authentication and wheel modules to manage the master.

With this guide in hand, you will be prepared to create, troubleshoot, and manage the most common types of Salt modules and take your infrastructure to new heights!

What you will learn

  • Understand the working of Salt's Loader system
  • Write several of the most common types of Salt modules
  • Interact between different kinds of modules and build new ones
  • Submit open source modules upstream to the Salt project
  • Make Salt interact with third-party services and applications

About the Author

Joseph Hall has been working with SaltStack for a very long time. His first commit was on March 14, 2011, making him the second contributor to the Salt codebase. At the time his Python skills weren't very good, but writing Salt modules made them better. He has written a number of Salt modules and is planning to write many more. He has also written Mastering SaltStack, Packt Publishing.

Table of Contents

  1. Starting with the Basics
  2. Writing Execution Modules
  3. Extending Salt Configuration
  4. Wrapping States Around Execution Modules
  5. Rendering Data
  6. Handling Return Data
  7. Scripting with Runners
  8. Adding External File Servers
  9. Connecting to the Cloud
  10. Monitoring with Beacons
  11. Extending the Master
  12. Connecting Different Modules
  13. Contributing Code Upstream

商品描述(中文翻譯)

**主要特點**
- 獲取最新的實用資源,了解如何編寫新的 Salt 模組和擴展 Salt
- 通過使用案例學習,接觸到常用模組以及進階模組
- 有效排除在構建和運行模組時遇到的問題和障礙

**書籍描述**
Salt 已經提供了一套非常強大的工具,但這並不意味著它們完全符合您的需求。通過添加自己的模組和增強現有模組,您可以帶來所需的功能,以提高生產力。《擴展 SaltStack》採用基於教程的方法來解釋不同類型的模組,從基礎知識到完整且功能完善的模組。

本書將從驅動 Salt 的 Loader 系統開始,指導您了解最常見的模組類型。首先,您將學習如何編寫執行模組。然後,您將使用 grain、pillar 和 SDB 模組擴展配置。接下來是狀態模組,然後是可以與之一起使用的渲染器。接下來是返回器和輸出模組,這將增加您管理返回數據的選項。之後,將介紹外部文件伺服器、雲端、信標,最後是用於管理主伺服器的外部身份驗證和 wheel 模組。

有了這本指南,您將能夠創建、排除故障和管理最常見的 Salt 模組,並將您的基礎設施提升到新的高度!

**您將學到的內容**
- 理解 Salt 的 Loader 系統的運作
- 編寫幾種最常見的 Salt 模組
- 不同類型的模組之間互動並構建新的模組
- 將開源模組提交到 Salt 項目
- 使 Salt 與第三方服務和應用程序互動

**關於作者**
**Joseph Hall** 與 SaltStack 合作已經很長時間。他的第一次提交是在 2011 年 3 月 14 日,使他成為 Salt 代碼庫的第二位貢獻者。當時他的 Python 技能並不太好,但編寫 Salt 模組使他的技能得到了提升。他已經編寫了多個 Salt 模組,並計劃編寫更多。他還撰寫了《Mastering SaltStack》,由 Packt Publishing 出版。

**目錄**
1. 從基礎開始
2. 編寫執行模組
3. 擴展 Salt 配置
4. 將狀態包裝在執行模組周圍
5. 渲染數據
6. 處理返回數據
7. 使用 Runners 編寫腳本
8. 添加外部文件伺服器
9. 連接到雲端
10. 使用信標進行監控
11. 擴展主伺服器
12. 連接不同的模組
13. 將代碼貢獻到上游