CN107438102B - Cloud platform mirror image manufacturing system and implementation method thereof - Google Patents

Cloud platform mirror image manufacturing system and implementation method thereof Download PDF

Info

Publication number
CN107438102B
CN107438102B CN201710643901.6A CN201710643901A CN107438102B CN 107438102 B CN107438102 B CN 107438102B CN 201710643901 A CN201710643901 A CN 201710643901A CN 107438102 B CN107438102 B CN 107438102B
Authority
CN
China
Prior art keywords
mirror image
script
library
file
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710643901.6A
Other languages
Chinese (zh)
Other versions
CN107438102A (en
Inventor
熊梦
季统凯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
G Cloud Technology Co Ltd
Original Assignee
G Cloud Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by G Cloud Technology Co Ltd filed Critical G Cloud Technology Co Ltd
Priority to CN201710643901.6A priority Critical patent/CN107438102B/en
Priority to PCT/CN2017/096145 priority patent/WO2019024122A1/en
Publication of CN107438102A publication Critical patent/CN107438102A/en
Application granted granted Critical
Publication of CN107438102B publication Critical patent/CN107438102B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the technical field of cloud computing, in particular to a cloud platform mirror image manufacturing system and an implementation method thereof. The system comprises a control server, a native mirror library, a custom script library, mirror nodes and a cloud platform mirror library. The control server downloads the specified mirror image from the primary mirror image library to the mirror image node; the control server downloads the script from the custom script library to the mirror image node; mapping a native mirror image in a mirror image node and executing a download script; and the control server uploads the mirror image generated by the mirror image node to a cloud platform mirror image library. The invention provides a universal manufacturing system and method suitable for cloud platform virtual machines and container images, and the simplicity and the high efficiency of an image manufacturing process are ensured.

Description

Cloud platform mirror image manufacturing system and implementation method thereof
Technical Field
The invention relates to the technical field of cloud computing, in particular to a cloud platform mirror image manufacturing system and an implementation method thereof.
Background
With the popularization of cloud computing, more and more cloud platforms are developed and deployed. The computing power provided externally by the cloud platform is dependent on virtual machines or containers created by the images in the various formats. However, the types of mirror image systems required by different users are different, and each system type has different release versions, because the users customize the systems and versions, the diversity and the unpredictability of the versions; if the user requires to install a specified software package inside the customized system; the type of image required by the cloud platform will become unpredictable. How to well solve the unpredictable user requirements, most current cloud platforms adopt methods including:
1. only a few specific image types are provided on the cloud platform, and when a user needs to create a virtual machine or a container, the user needs to select one of the virtual machine or the container to create, and after the creation is completed, the user installs required software and applications.
According to the method, the cloud platform cannot meet the personalized requirements of the user, and the user experience is very poor.
2. The cloud platform provides 24-hour service, and when a user needs a mirror image of a specified type, operation and maintenance personnel of the cloud platform temporarily make the mirror image through an optical disk ISO file according to the user requirement and then upload the mirror image to a cloud platform mirror image library.
The method can solve the problems of the users, but is long in time consumption and complex in operation, is a temporary one-time solution, and is difficult for operation and maintenance personnel of the cloud platform to deal with when a plurality of or a large number of users have the requirements.
Disclosure of Invention
One of the technical problems to be solved by the invention is to provide a cloud platform mirror image making system, which ensures that a cloud platform can make mirror images quickly, simply and efficiently, thereby meeting the requirements of different users on different mirror image types.
The second technical problem to be solved by the invention is to provide a cloud platform mirror image making implementation method, which meets the requirements of different users on different mirror image types.
The technical scheme for solving one of the technical problems is as follows:
the system comprises a control server, a native mirror library, a custom script library, mirror nodes and a cloud platform mirror library;
the control server executes the download mirror image and the script according to the analyzed command and parameters, starts the script and uploads the generated mirror image to the cloud platform mirror image library;
the native image library is used for storing a native image file of the cloud platform for downloading;
the user-defined script library is used for storing all script files for downloading;
the mirror image node is used for manufacturing a mirror image;
the cloud platform mirror image library is used for storing a complete mirror image file of the cloud platform, and a virtual machine or a container can be created through the mirror image file.
The control server is a system center and is responsible for interaction with other four parts, and the method specifically comprises the following steps:
(1) receiving and analyzing a mirror image making command and parameters of a user;
(2) downloading the mirror image from the primary mirror image library to a mirror image node;
(3) downloading a script from a custom script library to a mirror image node;
(4) starting a mirror image manufacturing process at a mirror image node;
(5) and uploading the mirror image generated by the mirror image node to a cloud platform mirror image library.
The native mirror image library comprises a storage medium for storing mirror images, and mirror image files can be dynamically added and deleted according to needs; the storage can be network protocol storage or local disk storage.
The user-defined script library comprises a storage medium for storing the user-defined script, and the user-defined script can be created and deleted according to the requirement; the storage can be network protocol storage or local disk storage.
The network protocol storage comprises HTTP, FTP and ISCSI.
The second technical solution for solving the above technical problems of the present invention is:
the method comprises the following steps:
(1) the control server downloads the specified mirror image from the primary mirror image library to the mirror image node and downloads the script from the user-defined script library to the mirror image node;
(2) mapping a native mirror image in a mirror image node and executing a download script;
(3) and the control server uploads the mirror image generated by the mirror image node to a cloud platform mirror image library.
The mapping of the native mirror image in the mirror image node and the execution of the download script specifically include:
(1) creating a file with a specified size at a mirror image node;
(2) making the file mount into block equipment;
(3) formatting the block device and modifying attributes;
(4) mounting the block device to a mirror node mounting directory;
(5) decompressing the mirror image file to the mount directory;
(6) running the script in the front-back sequence of the self-defined script file;
(7) and converting the file into an image file with a specified format.
The block device is a LOOP device mapped by a local file;
the specified formats include RAW, VHD, QCOW2, TAR, ACI, and DOCKER.
The self-defined scripts are organized according to a specific directory structure, and a front-back execution sequence exists among script directories;
the scripts in each directory have execution sequence, and the execution sequence can be realized through the sequence numbers of the script names;
the script directory comprises a script storage directory which does not need to switch the root directory and a script storage directory which needs to switch the root directory.
The mirror node:
(1) creating a file with a specified size by using a truncate tool;
(2) utilizing a losetup tool to mount and manufacture a file into block equipment;
(3) the block device is formatted using the mkfs tool, and the block device properties are modified using the tune2fs tool:
(4) and after the script file directory downloaded from the custom script library is mounted or copied to the mirror image file device mounting directory, the root directory is switched to the mirror image system through the socket, and the custom script is executed.
The invention has the following beneficial effects:
1. according to the cloud platform mirror image manufacturing method, the requirements of different mirror image types of the cloud platform are met by creating the self-defined script, and the mirror image can be created quickly and efficiently according to the personalized requirements of different users.
2. The cloud platform mirror image manufacturing system has strong expandability, and cloud platform operation and maintenance personnel can continuously enrich and perfect the native mirror image library and the self-defined script library of the system in the subsequent working process without influencing the existing mirror images and scripts in the library.
3. The cloud platform mirror image manufacturing method and the system have strong universality, and different cloud platforms can be conveniently and quickly integrated; in addition, through the integration of the front-end page of the cloud platform, the user can create the mirror image according to the requirement in a self-defined mode, and the experience of the user is improved.
Drawings
The invention is further described below with reference to the accompanying drawings:
FIG. 1 is a block diagram of the system of the present invention;
FIG. 2 is a flow chart of the method of the present invention;
FIG. 3 is another flow chart of the method of the present invention.
Detailed Description
Referring to fig. 1, 2, and 3, a system block diagram and a method flowchart of a cloud platform image manufacturing method and system provided by the embodiment of the present invention are shown. The following describes specific implementations of the respective processes.
The control server module is the system center, is responsible for the interact with other four modules, specifically includes:
(1) receiving and analyzing a mirror image making command and parameters of a user;
(2) downloading the mirror image from the primary mirror image library to a mirror image node;
(3) downloading a script from a custom script library to a mirror image node;
(4) starting a mirror image manufacturing process at a mirror image node;
(5) and uploading the mirror image generated by the mirror image node to a cloud platform mirror image library.
The native mirror image library module is used for storing the native mirror image files of the cloud platform, and the mirror image files can be dynamically added and deleted as required. The custom script library module is used for storing all script files and can create and delete custom scripts as required. The mirror node module is a mirror image production destination and a mirror image storage point. The cloud platform mirror image library module is used for storing complete mirror image files of the cloud platform, and virtual machines or containers can be created through the mirror image files.
The native image library module comprises a storage medium for storing images, and can be a network protocol storage or a local disk storage. The custom script library module comprises a storage medium for storing custom scripts, and can be network protocol storage or local disk storage. Network protocol storage includes HTTP, FTP, and ISCSI.
The invention realizes the following basic steps:
(1) the control server downloads a specified mirror image X from the primary mirror image library to a mirror image node;
(2) the control server downloads the script from the custom script library to the mirror image node;
(3) mapping a native image X in an image node and executing a download script;
(4) and the control server uploads the mirror image generated by the mirror image node to a cloud platform mirror image library.
Mapping the native image X in the image node and executing the download script further comprises:
(1) creating a file with a specified size at a mirror image node;
(2) making the file mount into block equipment;
(3) formatting the block device and modifying attributes;
(4) mounting the block device to a mirror node mounting directory;
(5) decompressing the mirror image X file to the mounting directory;
(6) running the script in the front-back sequence of the self-defined script file;
(7) and converting the file into an image file with a specified format.
The aforementioned block device is a LOOP device mapped by a local file. The specified formats include RAW, VHD, QCOW2, TAR, ACI, and DOCKER.
The foregoing custom script includes the following features:
(1) the scripts are organized according to a specific directory structure, and a front-back execution sequence exists among the script directories;
(2) the scripts in each directory have execution sequence, and the execution sequence can be realized through the sequence numbers of the script names.
The script directory includes a script storing directory which does not need to switch the root directory and a script storing directory which needs to switch the root directory.
The following is specifically described:
and the cloud platform operation and maintenance personnel upload all the mirror image native system files to a native mirror image library in advance for storage. Here, taking the local FTP storage medium as an example, it is assumed that the FTP stores the native image file: try-server-cloudimg-amd 64-root.
And uploading all self-defined script files to a self-defined script library for storage by the cloud platform operation and maintenance personnel in advance. Here, the local FTP storing medium is taken as an example, and it is assumed that the FTP stores the following 2 self-defined script files.
Script file 1: install/00-baseline-environment
The content of the script is as follows:
Figure GDA0002241008670000071
this script file performs the installation of the base and iscsi _ package software packages.
Script file 2: install/20-install-init-scripts
The script content is as follows:
Figure GDA0002241008670000072
Figure GDA0002241008670000081
the script is used for copying the script which is expected to be started up to the corresponding position to enable the script to play a role.
As mentioned above, the script file names respectively have execution sequence numbers, which respectively represent the execution sequence of the script, and the smaller the number, the earlier the execution is, that is, the 20-instance-init-scripts are executed after the 00-baseline-environment is executed.
After the mirror image making user sends a virtual machine mirror image making command and parameters to the control server, the control server downloads the native mirror image file and the self-defined script file to the corresponding directory of the mirror image node, as follows:
/root/.cache/image/trusty-server-cloudimg-amd64-root.tar.gz。
/root/.cache/script/install/00-baseline-environment
/root/.cache/script/install/20-install-init-scripts
starting a mirror image manufacturing process on a mirror image node, and correspondingly comprising the following steps:
creating a file of a specified size using the truncate tool:
truncate-s 20G image.raw
the file mount is made into a block device by using a losetup tool:
losetup-f image.raw
the block device is formatted using the mkfs tool:
mkfs-t ext4-L cloudimg-rootfs/dev/loop0
the tile device properties are modified using the tune2fs tool:
tune2fs/dev/loop0-U${DIB_IMAGE_ROOT_FS_UUID}
then mounting the mirror image disk device file and decompressing the original mirror image downloaded from the original mirror image library into the mounting directory file:
mount${IMAGE_BLOCK_DEVICE}$TMP_BUILD_DIR/mnt
tar –xzf/root/.cache/image/trusty-server-cloudimg-amd64-root.tar.gz–C$TMP_BUILD_DIR/mnt
and then mounting or copying the script file directory downloaded from the custom script library into a mirror image file device mounting directory, switching the root directory to the mirror image system through the socket, and executing the custom script.
Then, the image file of the running script is converted into a specified format, which is specified as qcow2 format for example, and the specific method is as follows:
qemu-img convert -O qcow2 image.raw Ubuntu_trusty.qcow2
and finally, the control server triggers the mirror image to upload the operation of the cloud platform mirror image library after receiving the feedback that the mirror image file is manufactured.
The embodiments described above are only a part of the embodiments of the present invention, and not all of them. Based on the embodiments of the present invention, those skilled in the art can obtain solutions without substantial creation, and all of them fall within the protection scope of the present invention.

Claims (12)

1. A cloud platform mirror image manufacturing system is characterized by comprising a control server, a native mirror image library, a custom script library, mirror image nodes and a cloud platform mirror image library;
the control server executes the download mirror image and the script according to the analyzed command and parameters, starts the script and uploads the generated mirror image to the cloud platform mirror image library;
the native image library is used for storing a native image file of the cloud platform for downloading;
the user-defined script library is used for storing all script files for downloading;
the mirror image node is used for manufacturing a mirror image;
the cloud platform mirror image library is used for storing a complete mirror image file of the cloud platform, and a virtual machine or a container can be created through the mirror image file.
2. The system of claim 1, wherein:
the control server is a system center and is responsible for interaction with other four parts, and the method specifically comprises the following steps:
(1) receiving and analyzing a mirror image making command and parameters of a user;
(2) downloading the mirror image from the primary mirror image library to a mirror image node;
(3) downloading a script from a custom script library to a mirror image node;
(4) starting a mirror image manufacturing process at a mirror image node;
(5) and uploading the mirror image generated by the mirror image node to a cloud platform mirror image library.
3. The system of claim 1, wherein:
the native mirror image library comprises a storage medium for storing mirror images, and mirror image files can be dynamically added and deleted according to needs; the storage can be network protocol storage or local disk storage.
4. The system of claim 2, wherein:
the native mirror image library comprises a storage medium for storing mirror images, and mirror image files can be dynamically added and deleted according to needs; the storage can be network protocol storage or local disk storage.
5. The system according to any one of claims 1 to 4, wherein:
the user-defined script library comprises a storage medium for storing the user-defined script, and the user-defined script can be created and deleted according to the requirement; the storage can be network protocol storage or local disk storage.
6. The system of claim 3 or 4, wherein said network protocol stores include HTTP, FTP and ISCSI.
7. An implementation method of the cloud platform mirroring system according to any one of claims 1 to 6, wherein the method comprises the following steps:
(1) the control server downloads the specified mirror image from the primary mirror image library to the mirror image node and downloads the script from the user-defined script library to the mirror image node;
(2) mapping a native mirror image in a mirror image node and executing a download script;
(3) and the control server uploads the mirror image generated by the mirror image node to a cloud platform mirror image library.
8. The method of claim 7, wherein mapping the native image in the image node and executing the download script specifically comprises:
(1) creating a file with a specified size at a mirror image node;
(2) making the file mount into block equipment;
(3) formatting the block device and modifying attributes;
(4) mounting the block device to a mirror node mounting directory;
(5) decompressing the mirror image file to the mount directory;
(6) running the script in the front-back sequence of the self-defined script file;
(7) and converting the file into an image file with a specified format.
9. The method of claim 8,
the block device is a LOOP device mapped by a local file;
the specified formats include RAW, VHD, QCOW2, TAR, ACI, and DOCKER.
10. The method according to any one of claims 7-9, wherein the custom scripts are organized in a specific directory structure, and a front-back execution sequence exists between script directories;
the scripts in each directory have execution sequence, and the execution sequence can be realized through the sequence numbers of the script names;
the script directory comprises a script storage directory which does not need to switch the root directory and a script storage directory which needs to switch the root directory.
11. The method of claim 8 or 9, wherein the mirror node:
(1) creating a file with a specified size by using a truncate tool;
(2) utilizing a losetup tool to mount and manufacture a file into block equipment;
(3) the block device is formatted using the mkfs tool, and the block device properties are modified using the tune2fs tool:
(4) and after the script file directory downloaded from the custom script library is mounted or copied to the mirror image file device mounting directory, the root directory is switched to the mirror image system through the socket, and the custom script is executed.
12. The method of claim 10, wherein the mirror node:
(1) creating a file with a specified size by using a truncate tool;
(2) utilizing a losetup tool to mount and manufacture a file into block equipment;
(3) the block device is formatted using the mkfs tool, and the block device properties are modified using the tune2fs tool:
(4) and after the script file directory downloaded from the custom script library is mounted or copied to the mirror image file device mounting directory, the root directory is switched to the mirror image system through the socket, and the custom script is executed.
CN201710643901.6A 2017-07-31 2017-07-31 Cloud platform mirror image manufacturing system and implementation method thereof Active CN107438102B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710643901.6A CN107438102B (en) 2017-07-31 2017-07-31 Cloud platform mirror image manufacturing system and implementation method thereof
PCT/CN2017/096145 WO2019024122A1 (en) 2017-07-31 2017-08-06 System for producing cloud platform mirror image, and implementation method therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710643901.6A CN107438102B (en) 2017-07-31 2017-07-31 Cloud platform mirror image manufacturing system and implementation method thereof

Publications (2)

Publication Number Publication Date
CN107438102A CN107438102A (en) 2017-12-05
CN107438102B true CN107438102B (en) 2020-04-03

Family

ID=60460948

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710643901.6A Active CN107438102B (en) 2017-07-31 2017-07-31 Cloud platform mirror image manufacturing system and implementation method thereof

Country Status (2)

Country Link
CN (1) CN107438102B (en)
WO (1) WO2019024122A1 (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108932155A (en) * 2018-07-25 2018-12-04 迈普通信技术股份有限公司 Virtual machine memory management method, device, electronic equipment and readable storage medium storing program for executing
CN109634718B (en) * 2018-12-13 2020-03-31 无锡华云数据技术服务有限公司 Method and system for creating mirror image by cloud platform
CN109710276B (en) * 2018-12-21 2021-10-29 郑州云海信息技术有限公司 Agile method and device for continuous integration and continuous delivery of OpenStack cloud platform
CN109960517B (en) * 2019-03-14 2022-11-22 龙芯中科技术股份有限公司 Method, device and system for manufacturing mirror image file and storage medium
CN110058867B (en) * 2019-04-29 2023-07-18 深圳市网心科技有限公司 Application program mirror image packaging and installing method, computer device and storage medium
CN110457555A (en) * 2019-06-24 2019-11-15 平安国际智慧城市科技股份有限公司 Collecting method, device and computer equipment, storage medium based on Docker
CN111090439B (en) * 2019-12-13 2021-10-22 苏州浪潮智能科技有限公司 Mirror image generation method, device and equipment for Linux system of bare metal server
CN111158773B (en) * 2019-12-31 2022-07-12 苏州浪潮智能科技有限公司 Method and system for KS (Key sheet) guided automatic batch installation
CN111414231B (en) * 2020-03-18 2022-11-29 上海云轴信息科技有限公司 Method and equipment for mutual conversion between virtual machine mirror image and container mirror image
CN111464603B (en) * 2020-03-24 2022-03-29 聚好看科技股份有限公司 Server capacity expansion method and system
CN111459513B (en) * 2020-04-02 2024-04-02 西安远望谷物联网科技有限公司 Windows mirror image manufacturing system and method based on OpenStack platform
CN114765606B (en) * 2020-12-30 2023-07-25 中国联合网络通信集团有限公司 Container mirror image transmission method, device, equipment and storage medium
CN113204363B (en) * 2021-05-27 2023-11-03 济南浪潮数据技术有限公司 Cloud management platform mirror image off-line customization system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103490929A (en) * 2013-09-25 2014-01-01 浪潮电子信息产业股份有限公司 Manufacturing and implement method for multi-adaptive firmware of server
CN104252397A (en) * 2013-06-27 2014-12-31 广州中国科学院软件应用技术研究所 Realizing method for supporting automatic backup of cloud platform user file
CN104580519A (en) * 2015-01-29 2015-04-29 福建师范大学福清分校 Method for rapid deployment of openstack cloud computing platform
CN106569802A (en) * 2016-10-17 2017-04-19 汉柏科技有限公司 Manufacturing method and manufacturing device of ISO installation mirror images of firewalls
CN106911500A (en) * 2017-02-20 2017-06-30 北京百度网讯科技有限公司 The collocation method of physical machine, device and physical machine

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6279011B1 (en) * 1998-06-19 2001-08-21 Network Appliance, Inc. Backup and restore for heterogeneous file server environment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104252397A (en) * 2013-06-27 2014-12-31 广州中国科学院软件应用技术研究所 Realizing method for supporting automatic backup of cloud platform user file
CN103490929A (en) * 2013-09-25 2014-01-01 浪潮电子信息产业股份有限公司 Manufacturing and implement method for multi-adaptive firmware of server
CN104580519A (en) * 2015-01-29 2015-04-29 福建师范大学福清分校 Method for rapid deployment of openstack cloud computing platform
CN106569802A (en) * 2016-10-17 2017-04-19 汉柏科技有限公司 Manufacturing method and manufacturing device of ISO installation mirror images of firewalls
CN106911500A (en) * 2017-02-20 2017-06-30 北京百度网讯科技有限公司 The collocation method of physical machine, device and physical machine

Also Published As

Publication number Publication date
WO2019024122A1 (en) 2019-02-07
CN107438102A (en) 2017-12-05

Similar Documents

Publication Publication Date Title
CN107438102B (en) Cloud platform mirror image manufacturing system and implementation method thereof
CN112416524B (en) Method and device for implementing CI/CD of cross-platform based on docker and kubernetes offline
CN105511889B (en) Universal game version increment updating system and method
CN108830720B (en) Intelligent contract running method, device, system and computer readable storage medium
CN111741134B (en) System and method for quickly constructing virtual machine in large-scale scene of network shooting range
CN108563440B (en) Automatic adding method and device of list controller codes and readable storage medium
KR20060021367A (en) A method, a controller, an arrangement and a computer program for managing a configuration of clustered computers
CN104077131A (en) Component deployment system and method
CN112035217A (en) Cluster processing method and device, electronic equipment and computer readable storage medium
CN111949276B (en) System and method for automatically deploying application programs based on container mode
CN107391665A (en) The creation method and device of a kind of database instance
CN114079615A (en) Application synchronization method, system, medium and electronic device in multi-cluster environment
CN111367618A (en) Code management method, system, terminal and medium based on docker
CN112149035A (en) Website static resource processing method and device
CN110532016B (en) Version management method, version updating method and version management system
CN105760183A (en) File processing method, device, and communication system
CN114047938A (en) Method, device and equipment for constructing mirror image and readable storage medium
CN117112122A (en) Cluster deployment method and device
CN111176706A (en) Terminal upgrading method and device, electronic equipment and storage medium
CN112764830A (en) Data migration method and system applied to domestic substitution
CN102932476A (en) Network storage synchronization system
CN109753302B (en) Service method without service function based on hybrid cloud computing platform
CN116107694A (en) Deployment method and device of k8s sub-cluster and storage medium
CN114564211A (en) Cluster deployment method, cluster deployment device, equipment and medium
CN111740869B (en) Physical network card-based kubernets network implementation method, system, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder

Address after: 523808 19th Floor, Cloud Computing Center, Chinese Academy of Sciences, No. 1 Kehui Road, Songshan Lake Hi-tech Industrial Development Zone, Dongguan City, Guangdong Province

Patentee after: G-CLOUD TECHNOLOGY Co.,Ltd.

Address before: 523808 Guangdong province Dongguan City Songshan Lake Science and Technology Industrial Park Building No. 14 Keyuan pine

Patentee before: G-CLOUD TECHNOLOGY Co.,Ltd.

CP02 Change in the address of a patent holder