oc_process.py 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/process -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_process
  52. short_description: Module to process openshift templates
  53. description:
  54. - Process openshift templates programmatically.
  55. options:
  56. state:
  57. description:
  58. - State has a few different meanings when it comes to process.
  59. - state: present - This state runs an `oc process <template>`. When used in
  60. - conjunction with 'create: True' the process will be piped to | oc create -f
  61. - state: absent - will remove a template
  62. - state: list - will perform an `oc get template <template_name>`
  63. default: present
  64. choices: ["present", "absent", "list"]
  65. aliases: []
  66. kubeconfig:
  67. description:
  68. - The path for the kubeconfig file to use for authentication
  69. required: false
  70. default: /etc/origin/master/admin.kubeconfig
  71. aliases: []
  72. debug:
  73. description:
  74. - Turn on debug output.
  75. required: false
  76. default: False
  77. aliases: []
  78. template_name:
  79. description:
  80. - Name of the openshift template that is being processed.
  81. required: false
  82. default: None
  83. aliases: []
  84. namespace:
  85. description:
  86. - The namespace where the template lives.
  87. required: false
  88. default: default
  89. aliases: []
  90. content:
  91. description:
  92. - Template content that will be processed.
  93. required: false
  94. default: None
  95. aliases: []
  96. params:
  97. description:
  98. - A list of parameters that will be inserted into the template.
  99. required: false
  100. default: None
  101. aliases: []
  102. create:
  103. description:
  104. - Whether or not to create the template after being processed. e.g. oc process | oc create -f -
  105. required: False
  106. default: False
  107. aliases: []
  108. reconcile:
  109. description:
  110. - Whether or not to attempt to determine if there are updates or changes in the incoming template.
  111. default: true
  112. aliases: []
  113. author:
  114. - "Kenny Woodson <kwoodson@redhat.com>"
  115. extends_documentation_fragment: []
  116. '''
  117. EXAMPLES = '''
  118. - name: process the cloud volume provisioner template with variables
  119. oc_process:
  120. namespace: openshift-infra
  121. template_name: online-volume-provisioner
  122. create: True
  123. params:
  124. PLAT: rhel7
  125. register: processout
  126. run_once: true
  127. - debug: var=processout
  128. '''
  129. # -*- -*- -*- End included fragment: doc/process -*- -*- -*-
  130. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  131. class YeditException(Exception): # pragma: no cover
  132. ''' Exception class for Yedit '''
  133. pass
  134. # pylint: disable=too-many-public-methods
  135. class Yedit(object): # pragma: no cover
  136. ''' Class to modify yaml files '''
  137. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  138. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  139. com_sep = set(['.', '#', '|', ':'])
  140. # pylint: disable=too-many-arguments
  141. def __init__(self,
  142. filename=None,
  143. content=None,
  144. content_type='yaml',
  145. separator='.',
  146. backup=False):
  147. self.content = content
  148. self._separator = separator
  149. self.filename = filename
  150. self.__yaml_dict = content
  151. self.content_type = content_type
  152. self.backup = backup
  153. self.load(content_type=self.content_type)
  154. if self.__yaml_dict is None:
  155. self.__yaml_dict = {}
  156. @property
  157. def separator(self):
  158. ''' getter method for separator '''
  159. return self._separator
  160. @separator.setter
  161. def separator(self, inc_sep):
  162. ''' setter method for separator '''
  163. self._separator = inc_sep
  164. @property
  165. def yaml_dict(self):
  166. ''' getter method for yaml_dict '''
  167. return self.__yaml_dict
  168. @yaml_dict.setter
  169. def yaml_dict(self, value):
  170. ''' setter method for yaml_dict '''
  171. self.__yaml_dict = value
  172. @staticmethod
  173. def parse_key(key, sep='.'):
  174. '''parse the key allowing the appropriate separator'''
  175. common_separators = list(Yedit.com_sep - set([sep]))
  176. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  177. @staticmethod
  178. def valid_key(key, sep='.'):
  179. '''validate the incoming key'''
  180. common_separators = list(Yedit.com_sep - set([sep]))
  181. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  182. return False
  183. return True
  184. @staticmethod
  185. def remove_entry(data, key, sep='.'):
  186. ''' remove data at location key '''
  187. if key == '' and isinstance(data, dict):
  188. data.clear()
  189. return True
  190. elif key == '' and isinstance(data, list):
  191. del data[:]
  192. return True
  193. if not (key and Yedit.valid_key(key, sep)) and \
  194. isinstance(data, (list, dict)):
  195. return None
  196. key_indexes = Yedit.parse_key(key, sep)
  197. for arr_ind, dict_key in key_indexes[:-1]:
  198. if dict_key and isinstance(data, dict):
  199. data = data.get(dict_key)
  200. elif (arr_ind and isinstance(data, list) and
  201. int(arr_ind) <= len(data) - 1):
  202. data = data[int(arr_ind)]
  203. else:
  204. return None
  205. # process last index for remove
  206. # expected list entry
  207. if key_indexes[-1][0]:
  208. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  209. del data[int(key_indexes[-1][0])]
  210. return True
  211. # expected dict entry
  212. elif key_indexes[-1][1]:
  213. if isinstance(data, dict):
  214. del data[key_indexes[-1][1]]
  215. return True
  216. @staticmethod
  217. def add_entry(data, key, item=None, sep='.'):
  218. ''' Get an item from a dictionary with key notation a.b.c
  219. d = {'a': {'b': 'c'}}}
  220. key = a#b
  221. return c
  222. '''
  223. if key == '':
  224. pass
  225. elif (not (key and Yedit.valid_key(key, sep)) and
  226. isinstance(data, (list, dict))):
  227. return None
  228. key_indexes = Yedit.parse_key(key, sep)
  229. for arr_ind, dict_key in key_indexes[:-1]:
  230. if dict_key:
  231. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  232. data = data[dict_key]
  233. continue
  234. elif data and not isinstance(data, dict):
  235. raise YeditException("Unexpected item type found while going through key " +
  236. "path: {} (at key: {})".format(key, dict_key))
  237. data[dict_key] = {}
  238. data = data[dict_key]
  239. elif (arr_ind and isinstance(data, list) and
  240. int(arr_ind) <= len(data) - 1):
  241. data = data[int(arr_ind)]
  242. else:
  243. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  244. if key == '':
  245. data = item
  246. # process last index for add
  247. # expected list entry
  248. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  249. data[int(key_indexes[-1][0])] = item
  250. # expected dict entry
  251. elif key_indexes[-1][1] and isinstance(data, dict):
  252. data[key_indexes[-1][1]] = item
  253. # didn't add/update to an existing list, nor add/update key to a dict
  254. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  255. # non-existent array
  256. else:
  257. raise YeditException("Error adding to object at path: {}".format(key))
  258. return data
  259. @staticmethod
  260. def get_entry(data, key, sep='.'):
  261. ''' Get an item from a dictionary with key notation a.b.c
  262. d = {'a': {'b': 'c'}}}
  263. key = a.b
  264. return c
  265. '''
  266. if key == '':
  267. pass
  268. elif (not (key and Yedit.valid_key(key, sep)) and
  269. isinstance(data, (list, dict))):
  270. return None
  271. key_indexes = Yedit.parse_key(key, sep)
  272. for arr_ind, dict_key in key_indexes:
  273. if dict_key and isinstance(data, dict):
  274. data = data.get(dict_key)
  275. elif (arr_ind and isinstance(data, list) and
  276. int(arr_ind) <= len(data) - 1):
  277. data = data[int(arr_ind)]
  278. else:
  279. return None
  280. return data
  281. @staticmethod
  282. def _write(filename, contents):
  283. ''' Actually write the file contents to disk. This helps with mocking. '''
  284. tmp_filename = filename + '.yedit'
  285. with open(tmp_filename, 'w') as yfd:
  286. yfd.write(contents)
  287. os.rename(tmp_filename, filename)
  288. def write(self):
  289. ''' write to file '''
  290. if not self.filename:
  291. raise YeditException('Please specify a filename.')
  292. if self.backup and self.file_exists():
  293. shutil.copy(self.filename, self.filename + '.orig')
  294. # Try to set format attributes if supported
  295. try:
  296. self.yaml_dict.fa.set_block_style()
  297. except AttributeError:
  298. pass
  299. # Try to use RoundTripDumper if supported.
  300. try:
  301. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  302. except AttributeError:
  303. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  304. return (True, self.yaml_dict)
  305. def read(self):
  306. ''' read from file '''
  307. # check if it exists
  308. if self.filename is None or not self.file_exists():
  309. return None
  310. contents = None
  311. with open(self.filename) as yfd:
  312. contents = yfd.read()
  313. return contents
  314. def file_exists(self):
  315. ''' return whether file exists '''
  316. if os.path.exists(self.filename):
  317. return True
  318. return False
  319. def load(self, content_type='yaml'):
  320. ''' return yaml file '''
  321. contents = self.read()
  322. if not contents and not self.content:
  323. return None
  324. if self.content:
  325. if isinstance(self.content, dict):
  326. self.yaml_dict = self.content
  327. return self.yaml_dict
  328. elif isinstance(self.content, str):
  329. contents = self.content
  330. # check if it is yaml
  331. try:
  332. if content_type == 'yaml' and contents:
  333. # Try to set format attributes if supported
  334. try:
  335. self.yaml_dict.fa.set_block_style()
  336. except AttributeError:
  337. pass
  338. # Try to use RoundTripLoader if supported.
  339. try:
  340. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  341. except AttributeError:
  342. self.yaml_dict = yaml.safe_load(contents)
  343. # Try to set format attributes if supported
  344. try:
  345. self.yaml_dict.fa.set_block_style()
  346. except AttributeError:
  347. pass
  348. elif content_type == 'json' and contents:
  349. self.yaml_dict = json.loads(contents)
  350. except yaml.YAMLError as err:
  351. # Error loading yaml or json
  352. raise YeditException('Problem with loading yaml file. {}'.format(err))
  353. return self.yaml_dict
  354. def get(self, key):
  355. ''' get a specified key'''
  356. try:
  357. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  358. except KeyError:
  359. entry = None
  360. return entry
  361. def pop(self, path, key_or_item):
  362. ''' remove a key, value pair from a dict or an item for a list'''
  363. try:
  364. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  365. except KeyError:
  366. entry = None
  367. if entry is None:
  368. return (False, self.yaml_dict)
  369. if isinstance(entry, dict):
  370. # AUDIT:maybe-no-member makes sense due to fuzzy types
  371. # pylint: disable=maybe-no-member
  372. if key_or_item in entry:
  373. entry.pop(key_or_item)
  374. return (True, self.yaml_dict)
  375. return (False, self.yaml_dict)
  376. elif isinstance(entry, list):
  377. # AUDIT:maybe-no-member makes sense due to fuzzy types
  378. # pylint: disable=maybe-no-member
  379. ind = None
  380. try:
  381. ind = entry.index(key_or_item)
  382. except ValueError:
  383. return (False, self.yaml_dict)
  384. entry.pop(ind)
  385. return (True, self.yaml_dict)
  386. return (False, self.yaml_dict)
  387. def delete(self, path):
  388. ''' remove path from a dict'''
  389. try:
  390. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  391. except KeyError:
  392. entry = None
  393. if entry is None:
  394. return (False, self.yaml_dict)
  395. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  396. if not result:
  397. return (False, self.yaml_dict)
  398. return (True, self.yaml_dict)
  399. def exists(self, path, value):
  400. ''' check if value exists at path'''
  401. try:
  402. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  403. except KeyError:
  404. entry = None
  405. if isinstance(entry, list):
  406. if value in entry:
  407. return True
  408. return False
  409. elif isinstance(entry, dict):
  410. if isinstance(value, dict):
  411. rval = False
  412. for key, val in value.items():
  413. if entry[key] != val:
  414. rval = False
  415. break
  416. else:
  417. rval = True
  418. return rval
  419. return value in entry
  420. return entry == value
  421. def append(self, path, value):
  422. '''append value to a list'''
  423. try:
  424. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  425. except KeyError:
  426. entry = None
  427. if entry is None:
  428. self.put(path, [])
  429. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  430. if not isinstance(entry, list):
  431. return (False, self.yaml_dict)
  432. # AUDIT:maybe-no-member makes sense due to loading data from
  433. # a serialized format.
  434. # pylint: disable=maybe-no-member
  435. entry.append(value)
  436. return (True, self.yaml_dict)
  437. # pylint: disable=too-many-arguments
  438. def update(self, path, value, index=None, curr_value=None):
  439. ''' put path, value into a dict '''
  440. try:
  441. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  442. except KeyError:
  443. entry = None
  444. if isinstance(entry, dict):
  445. # AUDIT:maybe-no-member makes sense due to fuzzy types
  446. # pylint: disable=maybe-no-member
  447. if not isinstance(value, dict):
  448. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  449. 'value=[{}] type=[{}]'.format(value, type(value)))
  450. entry.update(value)
  451. return (True, self.yaml_dict)
  452. elif isinstance(entry, list):
  453. # AUDIT:maybe-no-member makes sense due to fuzzy types
  454. # pylint: disable=maybe-no-member
  455. ind = None
  456. if curr_value:
  457. try:
  458. ind = entry.index(curr_value)
  459. except ValueError:
  460. return (False, self.yaml_dict)
  461. elif index is not None:
  462. ind = index
  463. if ind is not None and entry[ind] != value:
  464. entry[ind] = value
  465. return (True, self.yaml_dict)
  466. # see if it exists in the list
  467. try:
  468. ind = entry.index(value)
  469. except ValueError:
  470. # doesn't exist, append it
  471. entry.append(value)
  472. return (True, self.yaml_dict)
  473. # already exists, return
  474. if ind is not None:
  475. return (False, self.yaml_dict)
  476. return (False, self.yaml_dict)
  477. def put(self, path, value):
  478. ''' put path, value into a dict '''
  479. try:
  480. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  481. except KeyError:
  482. entry = None
  483. if entry == value:
  484. return (False, self.yaml_dict)
  485. # deepcopy didn't work
  486. # Try to use ruamel.yaml and fallback to pyyaml
  487. try:
  488. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  489. default_flow_style=False),
  490. yaml.RoundTripLoader)
  491. except AttributeError:
  492. tmp_copy = copy.deepcopy(self.yaml_dict)
  493. # set the format attributes if available
  494. try:
  495. tmp_copy.fa.set_block_style()
  496. except AttributeError:
  497. pass
  498. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  499. if result is None:
  500. return (False, self.yaml_dict)
  501. # When path equals "" it is a special case.
  502. # "" refers to the root of the document
  503. # Only update the root path (entire document) when its a list or dict
  504. if path == '':
  505. if isinstance(result, list) or isinstance(result, dict):
  506. self.yaml_dict = result
  507. return (True, self.yaml_dict)
  508. return (False, self.yaml_dict)
  509. self.yaml_dict = tmp_copy
  510. return (True, self.yaml_dict)
  511. def create(self, path, value):
  512. ''' create a yaml file '''
  513. if not self.file_exists():
  514. # deepcopy didn't work
  515. # Try to use ruamel.yaml and fallback to pyyaml
  516. try:
  517. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  518. default_flow_style=False),
  519. yaml.RoundTripLoader)
  520. except AttributeError:
  521. tmp_copy = copy.deepcopy(self.yaml_dict)
  522. # set the format attributes if available
  523. try:
  524. tmp_copy.fa.set_block_style()
  525. except AttributeError:
  526. pass
  527. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  528. if result is not None:
  529. self.yaml_dict = tmp_copy
  530. return (True, self.yaml_dict)
  531. return (False, self.yaml_dict)
  532. @staticmethod
  533. def get_curr_value(invalue, val_type):
  534. '''return the current value'''
  535. if invalue is None:
  536. return None
  537. curr_value = invalue
  538. if val_type == 'yaml':
  539. curr_value = yaml.load(invalue)
  540. elif val_type == 'json':
  541. curr_value = json.loads(invalue)
  542. return curr_value
  543. @staticmethod
  544. def parse_value(inc_value, vtype=''):
  545. '''determine value type passed'''
  546. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  547. 'on', 'On', 'ON', ]
  548. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  549. 'off', 'Off', 'OFF']
  550. # It came in as a string but you didn't specify value_type as string
  551. # we will convert to bool if it matches any of the above cases
  552. if isinstance(inc_value, str) and 'bool' in vtype:
  553. if inc_value not in true_bools and inc_value not in false_bools:
  554. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  555. elif isinstance(inc_value, bool) and 'str' in vtype:
  556. inc_value = str(inc_value)
  557. # There is a special case where '' will turn into None after yaml loading it so skip
  558. if isinstance(inc_value, str) and inc_value == '':
  559. pass
  560. # If vtype is not str then go ahead and attempt to yaml load it.
  561. elif isinstance(inc_value, str) and 'str' not in vtype:
  562. try:
  563. inc_value = yaml.safe_load(inc_value)
  564. except Exception:
  565. raise YeditException('Could not determine type of incoming value. ' +
  566. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  567. return inc_value
  568. @staticmethod
  569. def process_edits(edits, yamlfile):
  570. '''run through a list of edits and process them one-by-one'''
  571. results = []
  572. for edit in edits:
  573. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  574. if edit.get('action') == 'update':
  575. # pylint: disable=line-too-long
  576. curr_value = Yedit.get_curr_value(
  577. Yedit.parse_value(edit.get('curr_value')),
  578. edit.get('curr_value_format'))
  579. rval = yamlfile.update(edit['key'],
  580. value,
  581. edit.get('index'),
  582. curr_value)
  583. elif edit.get('action') == 'append':
  584. rval = yamlfile.append(edit['key'], value)
  585. else:
  586. rval = yamlfile.put(edit['key'], value)
  587. if rval[0]:
  588. results.append({'key': edit['key'], 'edit': rval[1]})
  589. return {'changed': len(results) > 0, 'results': results}
  590. # pylint: disable=too-many-return-statements,too-many-branches
  591. @staticmethod
  592. def run_ansible(params):
  593. '''perform the idempotent crud operations'''
  594. yamlfile = Yedit(filename=params['src'],
  595. backup=params['backup'],
  596. separator=params['separator'])
  597. state = params['state']
  598. if params['src']:
  599. rval = yamlfile.load()
  600. if yamlfile.yaml_dict is None and state != 'present':
  601. return {'failed': True,
  602. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  603. 'file exists, that it is has correct permissions, and is valid yaml.'}
  604. if state == 'list':
  605. if params['content']:
  606. content = Yedit.parse_value(params['content'], params['content_type'])
  607. yamlfile.yaml_dict = content
  608. if params['key']:
  609. rval = yamlfile.get(params['key']) or {}
  610. return {'changed': False, 'result': rval, 'state': state}
  611. elif state == 'absent':
  612. if params['content']:
  613. content = Yedit.parse_value(params['content'], params['content_type'])
  614. yamlfile.yaml_dict = content
  615. if params['update']:
  616. rval = yamlfile.pop(params['key'], params['value'])
  617. else:
  618. rval = yamlfile.delete(params['key'])
  619. if rval[0] and params['src']:
  620. yamlfile.write()
  621. return {'changed': rval[0], 'result': rval[1], 'state': state}
  622. elif state == 'present':
  623. # check if content is different than what is in the file
  624. if params['content']:
  625. content = Yedit.parse_value(params['content'], params['content_type'])
  626. # We had no edits to make and the contents are the same
  627. if yamlfile.yaml_dict == content and \
  628. params['value'] is None:
  629. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  630. yamlfile.yaml_dict = content
  631. # If we were passed a key, value then
  632. # we enapsulate it in a list and process it
  633. # Key, Value passed to the module : Converted to Edits list #
  634. edits = []
  635. _edit = {}
  636. if params['value'] is not None:
  637. _edit['value'] = params['value']
  638. _edit['value_type'] = params['value_type']
  639. _edit['key'] = params['key']
  640. if params['update']:
  641. _edit['action'] = 'update'
  642. _edit['curr_value'] = params['curr_value']
  643. _edit['curr_value_format'] = params['curr_value_format']
  644. _edit['index'] = params['index']
  645. elif params['append']:
  646. _edit['action'] = 'append'
  647. edits.append(_edit)
  648. elif params['edits'] is not None:
  649. edits = params['edits']
  650. if edits:
  651. results = Yedit.process_edits(edits, yamlfile)
  652. # if there were changes and a src provided to us we need to write
  653. if results['changed'] and params['src']:
  654. yamlfile.write()
  655. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  656. # no edits to make
  657. if params['src']:
  658. # pylint: disable=redefined-variable-type
  659. rval = yamlfile.write()
  660. return {'changed': rval[0],
  661. 'result': rval[1],
  662. 'state': state}
  663. # We were passed content but no src, key or value, or edits. Return contents in memory
  664. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  665. return {'failed': True, 'msg': 'Unkown state passed'}
  666. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  667. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  668. # pylint: disable=too-many-lines
  669. # noqa: E301,E302,E303,T001
  670. class OpenShiftCLIError(Exception):
  671. '''Exception class for openshiftcli'''
  672. pass
  673. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  674. def locate_oc_binary():
  675. ''' Find and return oc binary file '''
  676. # https://github.com/openshift/openshift-ansible/issues/3410
  677. # oc can be in /usr/local/bin in some cases, but that may not
  678. # be in $PATH due to ansible/sudo
  679. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  680. oc_binary = 'oc'
  681. # Use shutil.which if it is available, otherwise fallback to a naive path search
  682. try:
  683. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  684. if which_result is not None:
  685. oc_binary = which_result
  686. except AttributeError:
  687. for path in paths:
  688. if os.path.exists(os.path.join(path, oc_binary)):
  689. oc_binary = os.path.join(path, oc_binary)
  690. break
  691. return oc_binary
  692. # pylint: disable=too-few-public-methods
  693. class OpenShiftCLI(object):
  694. ''' Class to wrap the command line tools '''
  695. def __init__(self,
  696. namespace,
  697. kubeconfig='/etc/origin/master/admin.kubeconfig',
  698. verbose=False,
  699. all_namespaces=False):
  700. ''' Constructor for OpenshiftCLI '''
  701. self.namespace = namespace
  702. self.verbose = verbose
  703. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  704. self.all_namespaces = all_namespaces
  705. self.oc_binary = locate_oc_binary()
  706. # Pylint allows only 5 arguments to be passed.
  707. # pylint: disable=too-many-arguments
  708. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  709. ''' replace the current object with the content '''
  710. res = self._get(resource, rname)
  711. if not res['results']:
  712. return res
  713. fname = Utils.create_tmpfile(rname + '-')
  714. yed = Yedit(fname, res['results'][0], separator=sep)
  715. changes = []
  716. for key, value in content.items():
  717. changes.append(yed.put(key, value))
  718. if any([change[0] for change in changes]):
  719. yed.write()
  720. atexit.register(Utils.cleanup, [fname])
  721. return self._replace(fname, force)
  722. return {'returncode': 0, 'updated': False}
  723. def _replace(self, fname, force=False):
  724. '''replace the current object with oc replace'''
  725. # We are removing the 'resourceVersion' to handle
  726. # a race condition when modifying oc objects
  727. yed = Yedit(fname)
  728. results = yed.delete('metadata.resourceVersion')
  729. if results[0]:
  730. yed.write()
  731. cmd = ['replace', '-f', fname]
  732. if force:
  733. cmd.append('--force')
  734. return self.openshift_cmd(cmd)
  735. def _create_from_content(self, rname, content):
  736. '''create a temporary file and then call oc create on it'''
  737. fname = Utils.create_tmpfile(rname + '-')
  738. yed = Yedit(fname, content=content)
  739. yed.write()
  740. atexit.register(Utils.cleanup, [fname])
  741. return self._create(fname)
  742. def _create(self, fname):
  743. '''call oc create on a filename'''
  744. return self.openshift_cmd(['create', '-f', fname])
  745. def _delete(self, resource, name=None, selector=None):
  746. '''call oc delete on a resource'''
  747. cmd = ['delete', resource]
  748. if selector is not None:
  749. cmd.append('--selector={}'.format(selector))
  750. elif name is not None:
  751. cmd.append(name)
  752. else:
  753. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  754. return self.openshift_cmd(cmd)
  755. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  756. '''process a template
  757. template_name: the name of the template to process
  758. create: whether to send to oc create after processing
  759. params: the parameters for the template
  760. template_data: the incoming template's data; instead of a file
  761. '''
  762. cmd = ['process']
  763. if template_data:
  764. cmd.extend(['-f', '-'])
  765. else:
  766. cmd.append(template_name)
  767. if params:
  768. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  769. cmd.append('-v')
  770. cmd.extend(param_str)
  771. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  772. if results['returncode'] != 0 or not create:
  773. return results
  774. fname = Utils.create_tmpfile(template_name + '-')
  775. yed = Yedit(fname, results['results'])
  776. yed.write()
  777. atexit.register(Utils.cleanup, [fname])
  778. return self.openshift_cmd(['create', '-f', fname])
  779. def _get(self, resource, name=None, selector=None):
  780. '''return a resource by name '''
  781. cmd = ['get', resource]
  782. if selector is not None:
  783. cmd.append('--selector={}'.format(selector))
  784. elif name is not None:
  785. cmd.append(name)
  786. cmd.extend(['-o', 'json'])
  787. rval = self.openshift_cmd(cmd, output=True)
  788. # Ensure results are retuned in an array
  789. if 'items' in rval:
  790. rval['results'] = rval['items']
  791. elif not isinstance(rval['results'], list):
  792. rval['results'] = [rval['results']]
  793. return rval
  794. def _schedulable(self, node=None, selector=None, schedulable=True):
  795. ''' perform oadm manage-node scheduable '''
  796. cmd = ['manage-node']
  797. if node:
  798. cmd.extend(node)
  799. else:
  800. cmd.append('--selector={}'.format(selector))
  801. cmd.append('--schedulable={}'.format(schedulable))
  802. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  803. def _list_pods(self, node=None, selector=None, pod_selector=None):
  804. ''' perform oadm list pods
  805. node: the node in which to list pods
  806. selector: the label selector filter if provided
  807. pod_selector: the pod selector filter if provided
  808. '''
  809. cmd = ['manage-node']
  810. if node:
  811. cmd.extend(node)
  812. else:
  813. cmd.append('--selector={}'.format(selector))
  814. if pod_selector:
  815. cmd.append('--pod-selector={}'.format(pod_selector))
  816. cmd.extend(['--list-pods', '-o', 'json'])
  817. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  818. # pylint: disable=too-many-arguments
  819. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  820. ''' perform oadm manage-node evacuate '''
  821. cmd = ['manage-node']
  822. if node:
  823. cmd.extend(node)
  824. else:
  825. cmd.append('--selector={}'.format(selector))
  826. if dry_run:
  827. cmd.append('--dry-run')
  828. if pod_selector:
  829. cmd.append('--pod-selector={}'.format(pod_selector))
  830. if grace_period:
  831. cmd.append('--grace-period={}'.format(int(grace_period)))
  832. if force:
  833. cmd.append('--force')
  834. cmd.append('--evacuate')
  835. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  836. def _version(self):
  837. ''' return the openshift version'''
  838. return self.openshift_cmd(['version'], output=True, output_type='raw')
  839. def _import_image(self, url=None, name=None, tag=None):
  840. ''' perform image import '''
  841. cmd = ['import-image']
  842. image = '{0}'.format(name)
  843. if tag:
  844. image += ':{0}'.format(tag)
  845. cmd.append(image)
  846. if url:
  847. cmd.append('--from={0}/{1}'.format(url, image))
  848. cmd.append('-n{0}'.format(self.namespace))
  849. cmd.append('--confirm')
  850. return self.openshift_cmd(cmd)
  851. def _run(self, cmds, input_data):
  852. ''' Actually executes the command. This makes mocking easier. '''
  853. curr_env = os.environ.copy()
  854. curr_env.update({'KUBECONFIG': self.kubeconfig})
  855. proc = subprocess.Popen(cmds,
  856. stdin=subprocess.PIPE,
  857. stdout=subprocess.PIPE,
  858. stderr=subprocess.PIPE,
  859. env=curr_env)
  860. stdout, stderr = proc.communicate(input_data)
  861. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  862. # pylint: disable=too-many-arguments,too-many-branches
  863. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  864. '''Base command for oc '''
  865. cmds = [self.oc_binary]
  866. if oadm:
  867. cmds.append('adm')
  868. cmds.extend(cmd)
  869. if self.all_namespaces:
  870. cmds.extend(['--all-namespaces'])
  871. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  872. cmds.extend(['-n', self.namespace])
  873. rval = {}
  874. results = ''
  875. err = None
  876. if self.verbose:
  877. print(' '.join(cmds))
  878. try:
  879. returncode, stdout, stderr = self._run(cmds, input_data)
  880. except OSError as ex:
  881. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  882. rval = {"returncode": returncode,
  883. "results": results,
  884. "cmd": ' '.join(cmds)}
  885. if returncode == 0:
  886. if output:
  887. if output_type == 'json':
  888. try:
  889. rval['results'] = json.loads(stdout)
  890. except ValueError as verr:
  891. if "No JSON object could be decoded" in verr.args:
  892. err = verr.args
  893. elif output_type == 'raw':
  894. rval['results'] = stdout
  895. if self.verbose:
  896. print("STDOUT: {0}".format(stdout))
  897. print("STDERR: {0}".format(stderr))
  898. if err:
  899. rval.update({"err": err,
  900. "stderr": stderr,
  901. "stdout": stdout,
  902. "cmd": cmds})
  903. else:
  904. rval.update({"stderr": stderr,
  905. "stdout": stdout,
  906. "results": {}})
  907. return rval
  908. class Utils(object): # pragma: no cover
  909. ''' utilities for openshiftcli modules '''
  910. @staticmethod
  911. def _write(filename, contents):
  912. ''' Actually write the file contents to disk. This helps with mocking. '''
  913. with open(filename, 'w') as sfd:
  914. sfd.write(contents)
  915. @staticmethod
  916. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  917. ''' create a file in tmp with name and contents'''
  918. tmp = Utils.create_tmpfile(prefix=rname)
  919. if ftype == 'yaml':
  920. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  921. # pylint: disable=no-member
  922. if hasattr(yaml, 'RoundTripDumper'):
  923. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  924. else:
  925. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  926. elif ftype == 'json':
  927. Utils._write(tmp, json.dumps(data))
  928. else:
  929. Utils._write(tmp, data)
  930. # Register cleanup when module is done
  931. atexit.register(Utils.cleanup, [tmp])
  932. return tmp
  933. @staticmethod
  934. def create_tmpfile_copy(inc_file):
  935. '''create a temporary copy of a file'''
  936. tmpfile = Utils.create_tmpfile('lib_openshift-')
  937. Utils._write(tmpfile, open(inc_file).read())
  938. # Cleanup the tmpfile
  939. atexit.register(Utils.cleanup, [tmpfile])
  940. return tmpfile
  941. @staticmethod
  942. def create_tmpfile(prefix='tmp'):
  943. ''' Generates and returns a temporary file name '''
  944. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  945. return tmp.name
  946. @staticmethod
  947. def create_tmp_files_from_contents(content, content_type=None):
  948. '''Turn an array of dict: filename, content into a files array'''
  949. if not isinstance(content, list):
  950. content = [content]
  951. files = []
  952. for item in content:
  953. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  954. item['data'],
  955. ftype=content_type)
  956. files.append({'name': os.path.basename(item['path']),
  957. 'path': path})
  958. return files
  959. @staticmethod
  960. def cleanup(files):
  961. '''Clean up on exit '''
  962. for sfile in files:
  963. if os.path.exists(sfile):
  964. if os.path.isdir(sfile):
  965. shutil.rmtree(sfile)
  966. elif os.path.isfile(sfile):
  967. os.remove(sfile)
  968. @staticmethod
  969. def exists(results, _name):
  970. ''' Check to see if the results include the name '''
  971. if not results:
  972. return False
  973. if Utils.find_result(results, _name):
  974. return True
  975. return False
  976. @staticmethod
  977. def find_result(results, _name):
  978. ''' Find the specified result by name'''
  979. rval = None
  980. for result in results:
  981. if 'metadata' in result and result['metadata']['name'] == _name:
  982. rval = result
  983. break
  984. return rval
  985. @staticmethod
  986. def get_resource_file(sfile, sfile_type='yaml'):
  987. ''' return the service file '''
  988. contents = None
  989. with open(sfile) as sfd:
  990. contents = sfd.read()
  991. if sfile_type == 'yaml':
  992. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  993. # pylint: disable=no-member
  994. if hasattr(yaml, 'RoundTripLoader'):
  995. contents = yaml.load(contents, yaml.RoundTripLoader)
  996. else:
  997. contents = yaml.safe_load(contents)
  998. elif sfile_type == 'json':
  999. contents = json.loads(contents)
  1000. return contents
  1001. @staticmethod
  1002. def filter_versions(stdout):
  1003. ''' filter the oc version output '''
  1004. version_dict = {}
  1005. version_search = ['oc', 'openshift', 'kubernetes']
  1006. for line in stdout.strip().split('\n'):
  1007. for term in version_search:
  1008. if not line:
  1009. continue
  1010. if line.startswith(term):
  1011. version_dict[term] = line.split()[-1]
  1012. # horrible hack to get openshift version in Openshift 3.2
  1013. # By default "oc version in 3.2 does not return an "openshift" version
  1014. if "openshift" not in version_dict:
  1015. version_dict["openshift"] = version_dict["oc"]
  1016. return version_dict
  1017. @staticmethod
  1018. def add_custom_versions(versions):
  1019. ''' create custom versions strings '''
  1020. versions_dict = {}
  1021. for tech, version in versions.items():
  1022. # clean up "-" from version
  1023. if "-" in version:
  1024. version = version.split("-")[0]
  1025. if version.startswith('v'):
  1026. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1027. # "v3.3.0.33" is what we have, we want "3.3"
  1028. versions_dict[tech + '_short'] = version[1:4]
  1029. return versions_dict
  1030. @staticmethod
  1031. def openshift_installed():
  1032. ''' check if openshift is installed '''
  1033. import yum
  1034. yum_base = yum.YumBase()
  1035. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  1036. return True
  1037. return False
  1038. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1039. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1040. @staticmethod
  1041. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1042. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1043. # Currently these values are autogenerated and we do not need to check them
  1044. skip = ['metadata', 'status']
  1045. if skip_keys:
  1046. skip.extend(skip_keys)
  1047. for key, value in result_def.items():
  1048. if key in skip:
  1049. continue
  1050. # Both are lists
  1051. if isinstance(value, list):
  1052. if key not in user_def:
  1053. if debug:
  1054. print('User data does not have key [%s]' % key)
  1055. print('User data: %s' % user_def)
  1056. return False
  1057. if not isinstance(user_def[key], list):
  1058. if debug:
  1059. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1060. return False
  1061. if len(user_def[key]) != len(value):
  1062. if debug:
  1063. print("List lengths are not equal.")
  1064. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1065. print("user_def: %s" % user_def[key])
  1066. print("value: %s" % value)
  1067. return False
  1068. for values in zip(user_def[key], value):
  1069. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1070. if debug:
  1071. print('sending list - list')
  1072. print(type(values[0]))
  1073. print(type(values[1]))
  1074. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1075. if not result:
  1076. print('list compare returned false')
  1077. return False
  1078. elif value != user_def[key]:
  1079. if debug:
  1080. print('value should be identical')
  1081. print(user_def[key])
  1082. print(value)
  1083. return False
  1084. # recurse on a dictionary
  1085. elif isinstance(value, dict):
  1086. if key not in user_def:
  1087. if debug:
  1088. print("user_def does not have key [%s]" % key)
  1089. return False
  1090. if not isinstance(user_def[key], dict):
  1091. if debug:
  1092. print("dict returned false: not instance of dict")
  1093. return False
  1094. # before passing ensure keys match
  1095. api_values = set(value.keys()) - set(skip)
  1096. user_values = set(user_def[key].keys()) - set(skip)
  1097. if api_values != user_values:
  1098. if debug:
  1099. print("keys are not equal in dict")
  1100. print(user_values)
  1101. print(api_values)
  1102. return False
  1103. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1104. if not result:
  1105. if debug:
  1106. print("dict returned false")
  1107. print(result)
  1108. return False
  1109. # Verify each key, value pair is the same
  1110. else:
  1111. if key not in user_def or value != user_def[key]:
  1112. if debug:
  1113. print("value not equal; user_def does not have key")
  1114. print(key)
  1115. print(value)
  1116. if key in user_def:
  1117. print(user_def[key])
  1118. return False
  1119. if debug:
  1120. print('returning true')
  1121. return True
  1122. class OpenShiftCLIConfig(object):
  1123. '''Generic Config'''
  1124. def __init__(self, rname, namespace, kubeconfig, options):
  1125. self.kubeconfig = kubeconfig
  1126. self.name = rname
  1127. self.namespace = namespace
  1128. self._options = options
  1129. @property
  1130. def config_options(self):
  1131. ''' return config options '''
  1132. return self._options
  1133. def to_option_list(self):
  1134. '''return all options as a string'''
  1135. return self.stringify()
  1136. def stringify(self):
  1137. ''' return the options hash as cli params in a string '''
  1138. rval = []
  1139. for key in sorted(self.config_options.keys()):
  1140. data = self.config_options[key]
  1141. if data['include'] \
  1142. and (data['value'] or isinstance(data['value'], int)):
  1143. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1144. return rval
  1145. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1146. # -*- -*- -*- Begin included fragment: class/oc_process.py -*- -*- -*-
  1147. # pylint: disable=too-many-instance-attributes
  1148. class OCProcess(OpenShiftCLI):
  1149. ''' Class to wrap the oc command line tools '''
  1150. # pylint allows 5. we need 6
  1151. # pylint: disable=too-many-arguments
  1152. def __init__(self,
  1153. namespace,
  1154. tname=None,
  1155. params=None,
  1156. create=False,
  1157. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1158. tdata=None,
  1159. verbose=False):
  1160. ''' Constructor for OpenshiftOC '''
  1161. super(OCProcess, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose)
  1162. self.name = tname
  1163. self.data = tdata
  1164. self.params = params
  1165. self.create = create
  1166. self._template = None
  1167. @property
  1168. def template(self):
  1169. '''template property'''
  1170. if self._template is None:
  1171. results = self._process(self.name, False, self.params, self.data)
  1172. if results['returncode'] != 0:
  1173. raise OpenShiftCLIError('Error processing template [%s].' % self.name)
  1174. self._template = results['results']['items']
  1175. return self._template
  1176. def get(self):
  1177. '''get the template'''
  1178. results = self._get('template', self.name)
  1179. if results['returncode'] != 0:
  1180. # Does the template exist??
  1181. if 'not found' in results['stderr']:
  1182. results['returncode'] = 0
  1183. results['exists'] = False
  1184. results['results'] = []
  1185. return results
  1186. def delete(self, obj):
  1187. '''delete a resource'''
  1188. return self._delete(obj['kind'], obj['metadata']['name'])
  1189. def create_obj(self, obj):
  1190. '''create a resource'''
  1191. return self._create_from_content(obj['metadata']['name'], obj)
  1192. def process(self, create=None):
  1193. '''process a template'''
  1194. do_create = False
  1195. if create != None:
  1196. do_create = create
  1197. else:
  1198. do_create = self.create
  1199. return self._process(self.name, do_create, self.params, self.data)
  1200. def exists(self):
  1201. '''return whether the template exists'''
  1202. # Always return true if we're being passed template data
  1203. if self.data:
  1204. return True
  1205. t_results = self._get('template', self.name)
  1206. if t_results['returncode'] != 0:
  1207. # Does the template exist??
  1208. if 'not found' in t_results['stderr']:
  1209. return False
  1210. else:
  1211. raise OpenShiftCLIError('Something went wrong. %s' % t_results)
  1212. return True
  1213. def needs_update(self):
  1214. '''attempt to process the template and return it for comparison with oc objects'''
  1215. obj_results = []
  1216. for obj in self.template:
  1217. # build a list of types to skip
  1218. skip = []
  1219. if obj['kind'] == 'ServiceAccount':
  1220. skip.extend(['secrets', 'imagePullSecrets'])
  1221. if obj['kind'] == 'BuildConfig':
  1222. skip.extend(['lastTriggeredImageID'])
  1223. if obj['kind'] == 'ImageStream':
  1224. skip.extend(['generation'])
  1225. if obj['kind'] == 'DeploymentConfig':
  1226. skip.extend(['lastTriggeredImage'])
  1227. # fetch the current object
  1228. curr_obj_results = self._get(obj['kind'], obj['metadata']['name'])
  1229. if curr_obj_results['returncode'] != 0:
  1230. # Does the template exist??
  1231. if 'not found' in curr_obj_results['stderr']:
  1232. obj_results.append((obj, True))
  1233. continue
  1234. # check the generated object against the existing object
  1235. if not Utils.check_def_equal(obj, curr_obj_results['results'][0], skip_keys=skip):
  1236. obj_results.append((obj, True))
  1237. continue
  1238. obj_results.append((obj, False))
  1239. return obj_results
  1240. # pylint: disable=too-many-return-statements
  1241. @staticmethod
  1242. def run_ansible(params, check_mode):
  1243. '''run the ansible idempotent code'''
  1244. ocprocess = OCProcess(params['namespace'],
  1245. params['template_name'],
  1246. params['params'],
  1247. params['create'],
  1248. kubeconfig=params['kubeconfig'],
  1249. tdata=params['content'],
  1250. verbose=params['debug'])
  1251. state = params['state']
  1252. api_rval = ocprocess.get()
  1253. if state == 'list':
  1254. if api_rval['returncode'] != 0:
  1255. return {"failed": True, "msg" : api_rval}
  1256. return {"changed" : False, "results": api_rval, "state": state}
  1257. elif state == 'present':
  1258. if check_mode and params['create']:
  1259. return {"changed": True, 'msg': "CHECK_MODE: Would have processed template."}
  1260. if not ocprocess.exists() or not params['reconcile']:
  1261. #FIXME: this code will never get run in a way that succeeds when
  1262. # module.params['reconcile'] is true. Because oc_process doesn't
  1263. # create the actual template, the check of ocprocess.exists()
  1264. # is meaningless. Either it's already here and this code
  1265. # won't be run, or this code will fail because there is no
  1266. # template available for oc process to use. Have we conflated
  1267. # the template's existence with the existence of the objects
  1268. # it describes?
  1269. # Create it here
  1270. api_rval = ocprocess.process()
  1271. if api_rval['returncode'] != 0:
  1272. return {"failed": True, "msg": api_rval}
  1273. if params['create']:
  1274. return {"changed": True, "results": api_rval, "state": state}
  1275. return {"changed": False, "results": api_rval, "state": state}
  1276. # verify results
  1277. update = False
  1278. rval = []
  1279. all_results = ocprocess.needs_update()
  1280. for obj, status in all_results:
  1281. if status:
  1282. ocprocess.delete(obj)
  1283. results = ocprocess.create_obj(obj)
  1284. results['kind'] = obj['kind']
  1285. rval.append(results)
  1286. update = True
  1287. if not update:
  1288. return {"changed": update, "results": api_rval, "state": state}
  1289. for cmd in rval:
  1290. if cmd['returncode'] != 0:
  1291. return {"failed": True, "changed": update, "msg": rval, "state": state}
  1292. return {"changed": update, "results": rval, "state": state}
  1293. # -*- -*- -*- End included fragment: class/oc_process.py -*- -*- -*-
  1294. # -*- -*- -*- Begin included fragment: ansible/oc_process.py -*- -*- -*-
  1295. def main():
  1296. '''
  1297. ansible oc module for processing templates
  1298. '''
  1299. module = AnsibleModule(
  1300. argument_spec=dict(
  1301. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1302. state=dict(default='present', type='str', choices=['present', 'list']),
  1303. debug=dict(default=False, type='bool'),
  1304. namespace=dict(default='default', type='str'),
  1305. template_name=dict(default=None, type='str'),
  1306. content=dict(default=None, type='str'),
  1307. params=dict(default=None, type='dict'),
  1308. create=dict(default=False, type='bool'),
  1309. reconcile=dict(default=True, type='bool'),
  1310. ),
  1311. supports_check_mode=True,
  1312. )
  1313. rval = OCProcess.run_ansible(module.params, module.check_mode)
  1314. if 'failed' in rval:
  1315. module.fail_json(**rval)
  1316. module.exit_json(**rval)
  1317. if __name__ == '__main__':
  1318. main()
  1319. # -*- -*- -*- End included fragment: ansible/oc_process.py -*- -*- -*-