-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.toml
163 lines (155 loc) · 10.6 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
baseurl = "/"
title = "OpenPitrix"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
disablePathToLower = true
copyright = "Openpitrix Technology © 2018"
[languages]
[languages.en]
languageCode = "en-us"
footer = "© [openpitrix.io](https://openpitrix.io) 2017 | [Github](https://github.com/openpitrix) | [Gitee](https://gitee.com/openpitrix)"
[[languages.en.menu.main]]
identifier = "docs"
name = "Documents"
url = "https://docs.openpitrix.io"
weight = 1
[[languages.en.menu.main]]
identifier = "blog"
name = "Blog"
url = "/en/blog/2018/03/OpenPitrix-Insight"
weight = 2
[[languages.en.menu.main]]
identifier = "features"
name = "Features"
url = "/en/#third"
weight = 3
[[languages.en.menu.main]]
identifier = "cases"
name = "Use Cases"
url = "/en/#eighth"
weight = 4
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/en/#about"
weight = 5
[[languages.en.menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/openpitrix/openpitrix"
weight = 6
[languages.en.index.first]
title = "Application Management"
subtitle = "Platform for Multi-Cloud Environment"
desc = "OpenPitrix is an open-source system to package, deploy and manage different types of applications including traditional application, microservice application and serverless applications into multiple cloud environment such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare etc."
[languages.en.index.second]
title = "Why OpenPitrix?"
desc = "Nowadays cloud computing is widely adopted in enterprise organizations. Furthermore, most of enterprises have multi-cloud strategy for certain reasons. The multiple clouds are usually from different provides, resulting shadow IT becomes a reality again in cloud era. Therefore, how to manage and automate multi-cloud environment becomes an emerging requirement, especially for application management. Moreover, it is challenging to create one stop store that manages different types of applications, including traditional application (or called monolithic application), microservice application and serverless application. OpenPitrix is such a platform to solve these problems."
[languages.en.index.third]
title = "Templatize Application and Deployment Framework"
desc = "As like as image being template for an instance, enterprise application is also templatized on OpenPitrix. The application template is much more complicated than image in that it could contain many more images and defines the whole lifecycle of an application cluster. Moreover, it supports customized mornitoring, health check and many more features. Meanwhile, developer does not need to program for moving a traditional application into cloud which reduces development effort from months to days or even hours."
[languages.en.index.fourth]
title = "Multiple Clouds Support"
desc_begin = "Support multiple clouds such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare and so on."
desc_end = "Cloud support is hightly extendable and pluggable."
[languages.en.index.fifth]
title = "One Platform for all Kinds of Application"
desc = "Support a variaty of application types including traditional (also known as monolithic) application, microservice application and serverless application. Application type support is extendable which means no matter what new application type emerges in the future, the platform is able to support it by adding corresponding pluggin."
[languages.en.index.sixth]
title = "Microservice Architecture Oriented"
desc = "OpenPitrix itself adopts microservice architecture. The system can be deployed into virtual machine, container orchestration system such as Kubernetes, or bare metal."
[languages.en.index.seventh]
title = "As the picture shows"
[languages.en.index.eighth]
title = "Use Cases"
[[languages.en.index.eighth.cases]]
desc = "Deployed as one-stop-shop application management platform in an organization to support multiple cloud systems including hybrid cloud."
weight = 1
[[languages.en.index.eighth.cases]]
desc = "Cloud management platform (CMP) can use OpenPitrix as a component to manage applications in multi-cloud environment."
weight = 2
[[languages.en.index.eighth.cases]]
desc = "Deployed as application management system in Kubernetes. OpenPitrix is different than Helm, OpenPitrix uses Helm under the hood though. In an organization, people usually want to categorize applications by status such as developing, testing, staging, production; or by departments of their organization, to name a few."
weight = 3
[languages.en.index.footer]
title = "About Pitrix itself"
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."
[languages.zh]
languageCode = "zh-cn"
footer = "© [openpitrix.io](https://openpitrix.io) 2017 | [Github](https://github.com/openpitrix) | [码云](https://gitee.com/openpitrix)"
[[languages.zh.menu.main]]
identifier = "docs"
name = "文档"
url = "https://docs.openpitrix.io"
weight = 1
[[languages.zh.menu.main]]
identifier = "blog"
name = "博客"
url = "/zh/blog/2018/03/OpenPitrix-Insight"
weight = 2
[[languages.zh.menu.main]]
identifier = "features"
name = "特性"
url = "/zh/#third"
weight = 3
[[languages.zh.menu.main]]
identifier = "cases"
name = "案例"
url = "/zh/#eighth"
weight = 4
[[languages.zh.menu.main]]
identifier = "about"
name = "关于"
url = "/zh/#about"
weight = 5
[[languages.zh.menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/openpitrix/openpitrix"
weight = 6
[languages.zh.index.first]
title = "Application Management"
subtitle = "Platform for Multi-Cloud Environment"
desc = "OpenPitrix is an open-source system to package, deploy and manage different types of applications including traditional application, microservice application and serverless applications into multiple cloud environment such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare etc."
link = "敬请期待..."
[languages.zh.index.second]
title = "Why OpenPitrix?"
desc = "Nowadays cloud computing is widely adopted in enterprise organizations. Furthermore, most of enterprises have multi-cloud strategy for certain reasons. The multiple clouds are usually from different provides, resulting shadow IT becomes a reality again in cloud era. Therefore, how to manage and automate multi-cloud environment becomes an emerging requirement, especially for application management. Moreover, it is challenging to create one stop store that manages different types of applications, including traditional application (or called monolithic application), microservice application and serverless application. OpenPitrix is such a platform to solve these problems."
[languages.zh.index.third]
title = "Templatize Application and Deployment Framework"
desc = "As like as image being template for an instance, enterprise application is also templatized on OpenPitrix. The application template is much more complicated than image in that it could contain many more images and defines the whole lifecycle of an application cluster. Moreover, it supports customized mornitoring, health check and many more features. Meanwhile, developer does not need to program for moving a traditional application into cloud which reduces development effort from months to days or even hours."
[languages.zh.index.fourth]
title = "Multiple Clouds Support"
desc_begin = "Support multiple clouds such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare and so on."
desc_end = "Cloud support is hightly extendable and pluggable."
[languages.zh.index.fifth]
title = "One Platform for all Kinds of Application"
desc = "Support a variaty of application types including traditional (also known as monolithic) application, microservice application and serverless application. Application type support is extendable which means no matter what new application type emerges in the future, the platform is able to support it by adding corresponding pluggin."
[languages.zh.index.sixth]
title = "Microservice Architecture Oriented"
desc = "OpenPitrix itself adopts microservice architecture. The system can be deployed into virtual machine, container orchestration system such as Kubernetes, or bare metal."
[languages.zh.index.seventh]
title = "As the picture shows"
[languages.zh.index.eighth]
title = "Use Cases"
[[languages.zh.index.eighth.cases]]
desc = "Deployed as one-stop-shop application management platform in an organization to support multiple cloud systems including hybrid cloud."
weight = 1
[[languages.zh.index.eighth.cases]]
desc = "Cloud management platform (CMP) can use OpenPitrix as a component to manage applications in multi-cloud environment."
weight = 2
[[languages.zh.index.eighth.cases]]
desc = "Deployed as application management system in Kubernetes. OpenPitrix is different than Helm, OpenPitrix uses Helm under the hood though. In an organization, people usually want to categorize applications by status such as developing, testing, staging, production; or by departments of their organization, to name a few."
weight = 3
[languages.zh.index.footer]
title = "About Pitrix itself"
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."
[PermaLinks]
blog = "/blog/:year/:month/:filename/"
[params]
description = "A website built through Hugo and blogdown."