All Projects → opendevstack → ods-provisioning-app

opendevstack / ods-provisioning-app

Licence: Apache-2.0 license
Provisioning app, which triggers project and component provisions (including Jira / Confluence / BitBucket and OCP resource creation)

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to ods-provisioning-app

springBoot-hbase
封装了一个简易的hbase-orm框架
Stars: ✭ 25 (+92.31%)
Mutual labels:  springboot
vm-engine
vm-engine为“微视频”网站的后端,java语言开发。涉及技术包括,springboot,springcloud,mybaties,docker,websocket,rabbitmq,redis等。
Stars: ✭ 57 (+338.46%)
Mutual labels:  springboot
backlog-board
This is Kanban Board connected to Backlog
Stars: ✭ 18 (+38.46%)
Mutual labels:  springboot
Goku.Framework.CoreUI
基于 SpringBoot + Spring + SpringMvc+Mybatis+CoreUI +Layui 开发后台管理程序
Stars: ✭ 87 (+569.23%)
Mutual labels:  springboot
awesome-open-mlops
The Fuzzy Labs guide to the universe of open source MLOps
Stars: ✭ 304 (+2238.46%)
Mutual labels:  infrastructure
provisionr
📦📦➡️🏛️ Provision a library of R packages
Stars: ✭ 26 (+100%)
Mutual labels:  infrastructure
xiaomi-vue-store
基于Vue + SpringBoot实现的前后端分离的仿小米商城项目,包含秒杀模块。
Stars: ✭ 58 (+346.15%)
Mutual labels:  springboot
Java-CS-Record
记录准备春招实习过程中,学习与复习的知识(模块化整理,非面试题速成)。注:暂停更新,后续请移步博客
Stars: ✭ 73 (+461.54%)
Mutual labels:  springboot
itstack-naive-chat-server
💞 《服务端》| 服务端同样使用Netty4.x作为socket的通信框架,同时在服务端使用Layui作为管理后台的页面,并且我们的服务端采用偏向于DDD领域驱动设计的方式与Netty集合,以此来达到我们的框架结构整洁干净易于扩展。同时我们的通信协议也是在服务端进行定义的,并对外提供可引入的Jar包,这样来保证客户端与服务端共同协议下进行通信。
Stars: ✭ 21 (+61.54%)
Mutual labels:  springboot
infra-reefer
Managing a stable environment in your container.
Stars: ✭ 42 (+223.08%)
Mutual labels:  infrastructure
server-instant-start
Spin up a fully configured Ubuntu/Debian-based web server in under 10 minutes with Nginx (w/ HTTPS), PHP FPM, Postfix, OpenDKIM, MySQL/MariaDB, PostgreSQL, and more. Deploy your web application too.
Stars: ✭ 17 (+30.77%)
Mutual labels:  infrastructure
tutorials-java
Java Spring related tutorial collection
Stars: ✭ 22 (+69.23%)
Mutual labels:  springboot
Jyami-Java-Lab
💻 Jyami의 Spring boot 및 Java 실험소 💻
Stars: ✭ 27 (+107.69%)
Mutual labels:  springboot
RuoYi-fast
🎉 (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 117 (+800%)
Mutual labels:  springboot
gkit
A collection of basic usability component tools dedicated to providing micro-services and single services, drawing on some excellent open source project features such as kratos, go-kit, mosn, sentinel, gopkg core components. I hope you will use and mention issue and pr more often.
Stars: ✭ 159 (+1123.08%)
Mutual labels:  infrastructure
ff4j-spring-boot-starter-parent
A spring boot starter for FF4J (Feature Flipping For Java)
Stars: ✭ 23 (+76.92%)
Mutual labels:  springboot
docker-api-graphql
GraphQL API wrapper around the Docker Remote API. SpringBoot-based app, written in Kotlin
Stars: ✭ 13 (+0%)
Mutual labels:  springboot
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Stars: ✭ 89 (+584.62%)
Mutual labels:  springboot
Azure-70-533-Practice-Test
(RETIRED) Azure 70-533 Certification Practice Test
Stars: ✭ 32 (+146.15%)
Mutual labels:  infrastructure
convoy
Fast and Secure Webhooks Service.
Stars: ✭ 763 (+5769.23%)
Mutual labels:  infrastructure

OpenDevStack Provisioning Application

Introduction

This application creates new OpenDevStack projects. It is the central entrypoint to get started with a new project / or provision new components based on quickstarters. It delegates the tasks to create / update resources to several services such as Jira, Confluence, Bitbucket and Jenkins.

Documentation

The sources are located in the antora folder at https://github.com/opendevstack/ods-provisioning-app/tree/master/docs/.

Development

Open the cloned provision application in your favorite IDE.

If you run the application locally, you will have to provide some addional information.

In case you want to use a local Nexus, you will have to create a gradle.properties file in the root to provide the Nexus credentials.

nexus_url=http://nexus-cd.192.168.56.101.nip.io
nexus_user=developer
nexus_pw=developer

You also have to ensure the Nexus certificate is integrated in the keystore of the JDK the IDE uses.

If you don’t want to use the internal Nexus, you will have to provide a gradle.properties file with the following content:

no_nexus=true

After startup the application is available at http://localhost:8080/.

You can login in with the Crowd admin user.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].